2. In a 2 dimensional array, the elements are accessed using column_index.

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.

A 2 dimensional array is also known as a .

The element at position (0,0) in a 2 dimensional array is usually referred to as the element.

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 .

To access a specific element in a 2 dimensional array, you need to specify both the and column indices.

The first index of a 2 dimensional array refers to the number.