InterviewSolution
Saved Bookmarks
| 1. |
How an element in the two-dimensional array is accessed? |
|
Answer» An element in the two-dimensional array is accessed using two index/subscript numbers. The first number indicates the row index and the second number indicates the column index. |
|