You have already completed these exercises!
Do you want to take them again?
You completed the C Multidimensional Arrays Exercises from W3Schools.com
Share on:
What does the following declaration represent?int matrix[2][3] = { {1, 4, 2}, {3, 6, 8} };
int matrix[2][3] = { {1, 4, 2}, {3, 6, 8} };