Vidyalelo
Data Structure · Q9

Arrays in Data Structures

Programming · Data Structure · question 9

Q9

How are elements stored in a 2D array in memory?

A.
Row-major order
Answer
B.
Column-major order
C.
Random order
D.
Both row-major and column-major order

Answer: Option A

Solution

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