Computer Science, asked by mehakpreet98760, 9 months ago

what is two dimensional array in easy language​

Answers

Answered by Anonymous
0

Arrays in an array is called as two dimensional array.

for e.x,

char students[2][5] = {{1,2,3,4,5},{6,7,8,9,10}};

we can access "1" by name[0][0] and "6" by name[1][0]

Answered by ACguy88
1

Answer:

Sry I ignored you before. we had more important things to discuss. Sorry☺️

Similar questions