what is two dimensional array in easy language
Answers
Answered by
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
1
Answer:
Sry I ignored you before. we had more important things to discuss. Sorry☺️
Similar questions