How to use multidimensional array in c?

How to use multidimensional array in c and how are the values storing in multidimensional array?

Your Answer

Initialization of 2D Array in C:
int arr[4][3]={{1,2,3},{2,3,4},{3,4,5},{4,5,6}};

C Language

Didn't get the answer.
Contact people of Talent-C Language directly by clicking here