Module 3 Flashcards
(4 cards)
1
Q
array in which data is arranged in the form of array of arrays.
A
MULTI-DIMENSIONAL ARRAY
2
Q
2 Alternative Methods for Initializing an Array
A
- Explicit Array Sizing
- Implicit Array Sizing
3
Q
means defining the size of an array by specifying a numerical constant within the square bracket that explicitly specifies the size of that array.
A
Explicit Array Sizing
4
Q
the size of the array is indicated implicitly by the number of elements on the right side of the assignment operator, which means that the square brackets are empty.
A
Implicit Array Sizing