Computer Science, asked by ramanrehal75, 1 month ago

short note on row major order of representing 2D Array​

Answers

Answered by shreya237918
0

Answer:

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.

Answered by bhumisukhija1
1

मराठी मध्ये शोधा

2d अरे प्रतिनिधीत्व पंक्ती प्रमुख ऑर्डर वर लहान टीप

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