5. A 2 dimensional array can store or heterogeneous elements.

1. The size of a 2 dimensional array is determined by the number of and columns.

A 2 dimensional array can store elements of the same .

8. A 2 dimensional array can be used to represent a or a table.

6. The indices of a 2 dimensional array range from to rows-1 for the rows and from 0 to columns-1 for the columns.