MCQ
Q.
If row-major order is used, how is the following matrix stored in memory?
| a | b | c |
| d | e | f |
| g | h | i |
Correct Answer: B
None.