0
They are arrays in many dimension so you can store more data but the more dimensions you have the harder its to keep track of them. int x[3][4]; Is a two dimensional array so int x[1][2][3][4][5]; is a five dimensional array and so on. You can see two dimensional array in multiple arrays section in C++ Course.
14th Dec 2016, 1:18 PM
Miko PietilÀ
Miko PietilÀ - avatar