1 2 3 4 5
for (int i = 0; i < a; i++) { for (int j = 0; j < b; j++) cout << c[i][j] << " "; cout << endl; }