Constants
Character contants: a single character enclosed in single quotes. Examples:
String contants: a sequence of characters enclosed in double quotes. Examples:
"Hello\n", "ABC", "34.56"
A null character, \0, is appended at the end of the string.
'K' and "K" are different.