Computer Science, asked by chivhekartik, 1 month ago

A multidimensional array of dimension N is a collection of.?

A) Single Dimensional Arrays

B) N dimensional arrays

C) N-1 dimension arrays

D) N-2 dimension array​

Answers

Answered by shobhabidlan01
1

Answer:

A multidimensional array in MATLAB® is an array with more than two dimensions. 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. ... A 3-D array, for example, uses three subscripts.

Answered by nidaeamann
0

Explanation:

Among the various options given in question statement the correct option is the third one.

A multidimensional array of dimension N is a collection of N-1 dimensions. For example a 4 dimensional array is a collection of 3 dimensional arrays. An multidimensional array or a single dimensional array can contain pointer elements. Pointers point to the index position in the array

Similar questions