Question
How are rows of a 2D C/C++ array usually laid out?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Row-major order
Explanation:
The correct answer is Row-major order.
Leave a Reply