121k views
1 vote
True/False: An element of a two-dimensional array is referenced by the array name and two subscripts, first the element row number and then the element column number.

User Beso
by
7.9k points

1 Answer

1 vote

Answer:

This is true statement.

Explanation:

The given statement is true.

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.

User Sooobus
by
9.0k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories