159k views
1 vote
A two-dimensional array is essentially?
A primitive date type
A looped data structure

User IJade
by
8.3k points

1 Answer

7 votes

Answer:

A looped data structure

Step-by-step explanation:

A two-dimensional array is an array of another array. You can traverse it using nested loops, one to traverse row and one to traverse columns.

User Fahima Mokhtari
by
7.9k points

Related questions