Module 3 Flashcards

(4 cards)

1
Q

array in which data is arranged in the form of array of arrays.

A

MULTI-DIMENSIONAL ARRAY

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

2 Alternative Methods for Initializing an Array

A
  1. Explicit Array Sizing
  2. Implicit Array Sizing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly