1.

What do you mean by row-major ordering and column-major ordering in two-dimensional array?

Answer»

In row-major ordering, every row of the 2-dimensional array is stored one after the other in the memory. In column-major ordering, every column of the two-dimensional array is stored one after the other in the memory.



Discussion

No Comment Found