Multi dimensional array is difficult to learn. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Multi dimensional array is difficult to learn.

can anyone explain me..

27th Feb 2017, 10:26 AM
Rajdeep
2 Answers
+ 5
It simply means the depth of arrays within arrays. Eg: 4D,3D,2D,etc. [1,2,3] [1,2,[3]] [1,2,3,[4,[5,6]]] . . . and it goes on and on
27th Feb 2017, 11:50 AM
Chirag Bhansali
Chirag Bhansali - avatar
0
if you think of it as rows and coloumns, you'll surely face problem after 2D. think of it as it's given by chirag bhansali. ps- classes, including inheritance and polymorphism, is harder still(LOL!)
2nd Jun 2017, 11:04 AM
Priyam Tarafder
Priyam Tarafder - avatar