Maha

Maha

  • NA
  • 0
  • 321.4k

Multi-Dimensional Array [rows, columns, layers]

Mar 23 2013 9:34 AM
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)