What happens when you declare two dimensional array like this ... int arr[][]={{1,2,3},{2,1}}; | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What happens when you declare two dimensional array like this ... int arr[][]={{1,2,3},{2,1}};

this will work but what type of array is created by doing this!?

31st Jan 2018, 2:17 PM
Mihir
Mihir - avatar
0 Answers