Ch_8_Arrays Flashcards
1
Q
Size Declarator
A
The number inside the arrays brackets. It indicates the number elements or values the array can hold.
2
Q
Subscript (Index, Position)
A
The individual “location” of an array item. It is used as an index to pinpoint a specific element within an array.
3
Q
Array Element / Array Value
A