InterviewSolution
Saved Bookmarks
| 1. |
Mention the different types of arrays. |
|
Answer» There are three types of arrays, namely 1. One dimensional array, 2. Two-dimensional array and 3. Multidimensional array |
|