Data Types
C built-in data types
- char, int, float, double, int*, etc.
User-defined data types: the programmer can define his/her own data types which are formed with the C built-in data types. To do this, we use the C structure.
A structure is a composite data type defined by the user.