Language basics : data types
Fundamental data types: char, int, float, bool
See Table A.2 for variations of these basic types.
Examples: single alphanumeric character enclosed within quotes.
Special character constants: \n, \t, \0 for newline, tab and null that ends strings are some examples.