InterviewSolution
Saved Bookmarks
| 1. |
Define a two-dimensional array. |
|
Answer» Two-dimensional array is a collection of elements of similar type that share a common name, structured in two dimensions. Each element is accessed by two index values. |
|