Data Types
A data type defines a set of values and a set of operations permissible on those values.
Basic data types: int, float, double, char.
int: integer data type. Example of values of this type: 123, -900, 987654321, +31. An integer occupies a fixed number of bytes, so there is a range of values that can be represented.