Question
Which declaration creates a 3 by 4 integer matrix?
Select an option. Your answer will be checked instantly.
Correct Answer: B. int m[3][4];
Explanation:
The correct answer is int m[3][4];.
Leave a Reply