Coding Challenge < C++ >
What will this program output?
2 Replies
The output is a matrix of 3 rows and 4 columns. The content of the matrix are numbers from 1 to 12 in the following composition:
1 2 3 4
5 6 7 8
9 10 11 12
It consoles 4 x 3 matrix , 1 2 3 4 in row one , 5 6 7 8 in row two and 9 10 11 12 in row 3