Module 3 Flashcards
(4 cards)
array in which data is arranged in the form of array of arrays.
MULTI-DIMENSIONAL ARRAY
2 Alternative Methods for Initializing an Array
- Explicit Array Sizing
- Implicit Array Sizing
means defining the size of an array by specifying a numerical constant within the square bracket that explicitly specifies the size of that array.
Explicit Array Sizing
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.
Implicit Array Sizing