Computer Science, asked by patilmansik7, 8 months ago

how 1D and 2D array are presented in the memory of computers?

Answers

Answered by bhavya8930
1

Explanation:

Representation of two dimensional array in memory is row-major and column-major. ... In the computer's memory matrices are stored in either Row-major order or Column-major order form. Row-major order and column-major order are methods for storing multidimensional arrays in linear storage such as random access memory.

Similar questions