We know that the first element of the array is a[0], the second element is a[1], and so on.
The subscript that specifies single elements of an array is an integer expression written/denoted in square brackets. The elements of a 2D array are arranged in rows and columns.