Character Sequences: String
A sequence of characters known as string is stored as an array of characters, with the last character being '\0' (with ASCII code 0), denoting the end of a string.
A constant string is specified in double quotes. E.g., The string "Moe" is stored as: