Array Creation and Access - AP Computer Science A

Card 1 of 30

0
Didn't Know
Knew It
0
1 of 3029 left
Question

What does 'arr[0][1]' refer to in a 2D array 'arr'?

Tap to reveal answer

Answer

Element in first row, second column. First index is row, second is column.

← Didn't Know|Knew It →