Computer Science, asked by issacmosahary112, 2 months ago

what do you mean by column major ordering of 2D array. Give the address translation function of two dimension array in case of row major ordering.​

Answers

Answered by Anonymous
0

In computing, row-major order and column-major order are methods for storing multidimensional arrays in linear storage such as random access memory. ... In row-major order, the consecutive elements of a row reside next to each other, whereas the same holds true for consecutive elements of a column in column-major order.

Similar questions