chapter 7 - arrays Flashcards
1
Q
array
A
- variable that can store multiple values of the same type
- values are stored in adjacent memory locations
2
Q
array format
A
int name[n];
3
Q
A
array
array format
int name[n];