Data Structures
Arrays
- Lists of some type of data
- Every element must be the same type
- Each is assigned a number (0, 1, 2, ...)
- An array of type “char” is called a “string”
Structures
- Groups of (possibly) different data types
- Each must be given a name by the programmer