Vidyalelo
Data Structure · Q116

Arrays in Data Structures

Programming · Data Structure · question 116

Q116

If row-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
Answer
C.
cfibehadg
D.
adgbehcfi

Answer: Option B

Solution

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