Back to course

Multi-Dimensional Arrays

C++ Masterclass: From Zero to Hero

Commonly 2D arrays (matrices). int matrix[2][3] = {{1,2,3}, {4,5,6}};