Computer Science for IGCSE & O level - Programming (Section 7 - No. 19)
When dealing with a two-dimensional array, what would be required in the declaration or initialization?
Only a row index
A row index and a column index
Only a column index
The data type only
Explanation
Two dimensional array requires the row and the column index.
Comments (0)
