Question
Which declaration creates a 3 by 4 integer matrix?
Correct Answer: B
int m[3][4];
The correct answer is int m[3][4];.
The correct answer is int m[3][4];.
int m[3][4];
The correct answer is int m[3][4];.
The correct answer is int m[3][4];.
Leave a Reply