Basic terminology
The primitive built-in types
Compound types
Boolean(bool) type
Character(char) type
➡️ ASCII
Character is integral type, so both arithmetic and logical operations can apply.
Character literal
Integer(int) type
Integer literals
Floating-point type
Floating-point literals