Vidyalelo
Data Structure · Q49

Arrays in Data Structures

Programming · Data Structure · question 49

Q49

If column-major order is used, how is the following matrix stored in memory? a b c d e f g h i

A.
ihgfedcba
B.
abcdefghi
C.
cfibehadg
D.
adgbehcfi
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board