Computer Science, asked by venky9908, 6 months ago

what is multidimensional array?expalin multidimensional array is defined in terms of a pointer to a collection of contiguous arrays of lower dimesionality​

Answers

Answered by BLACK1817
4

Answer:

In a matrix, the two dimensions are represented by rows and columns. Each element is defined by two subscripts, the row index and the column index. Multidimensional arrays are an extension of 2-D matrices and use additional subscripts for indexing. A 3-D array, for example, uses three subscripts.

Similar questions