InterviewSolution
Saved Bookmarks
| 1. |
Define multidimensional array. |
|
Answer» A collection of similar elements structured in N dimensions where N>=1. Each element is accessed by N indices. |
|