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