Problem 1
The ________ indicates the number of elements, or values, an array can hold.
Problem 2
The size declarator must be
Problem 3
Each element of an array is accessed and indexed by a number known as a(n) ________.
Problem 4
Subscript numbering in
Problem 6
Problem 7
Starting values for the elements of an array may be specified with a(n) ____ list.
Problem 8
If a numeric array is partially initialized, the uninitialized elements will bet set to _______.
Problem 9
If the size declarator of an array definition is omitted,
Problem 10
To allow an array of structures or an array of objects to be initialized, the struct or class declaration should include a(n) ________.
Problem 11
By using the same ______ for multiple arrays, you can build relationships between the data stored in the arrays. These arrays are referred to as parallel arrays.