One-Dimensional Arrays are structured so they?
Store consecutive array elements of the same type in a contiguous block of memory
Multidimensional Arrays are structured so they?
Use 2 or more indices to access individual array elements
Most commonly using row major order
Structures do what?
Contain fields, which may be of different types
Are allocated in a single block of memory on the stack
A Nested Structure is?
A structure which contains a field whose type is another structure