C++ Masterclass: From Zero to Hero
Commonly 2D arrays (matrices). int matrix[2][3] = {{1,2,3}, {4,5,6}};
int matrix[2][3] = {{1,2,3}, {4,5,6}};