2
Reply

Multi-Dimensional Array [rows, columns, layers]

Maha

Maha

Mar 23 2013 9:34 AM
1.1k
int[, ,] ar = new int[2, 4, 3];

I wish to whether it is correct to say that this array has 2 rows, 4 columns and 3 layers. Is it possible to have more than 3-Dimensional array?


Answers (2)