Name the two basic types of dimensional array
Answers
Answered by
1
Answer:
follow me
Multidimensional arrays include 2D arrays and 3D arrays. A two-dimensional array will be accessed by using the subscript of row and column index. For traversing the two-dimensional array, the value of the rows and columns will be considered.
Answered by
3
Answer:
Multidimensional arrays include 2D arrays and 3D arrays. A two-dimensional array will be accessed by using the subscript of row and column index. For traversing the two-dimensional array, the value of the rows and columns will be considered.
Similar questions