+ 1
Not a multi array, it is an array of an array!
int[2][3] Contains two arrays, where both arrays contains arrays with size of 3.
2 Answers
+ 1
That's not a question. Also, arrays of arrays are multi arrays.
0
it is like a table where you have 2 rows and 3 columns