Character sequences
- A letter is any of the 26 lowercase or 26 uppercase letters
- The decimal-point character is represented by a period,
'.'
- A character sequence is an array object of the types char, unsigned char, or signed char.
- A character sequence can be designated by a pointer value S that points to its first element.