2D array variable pointer confusion

前端 未结 5 2086
日久生厌
日久生厌 2021-01-06 03:35

I have a basic doubt in 2D arrays (C Language). Consider a declaration of a 2D array as follows

int array[3][5];

Now when I do the followin

5条回答
提交回复
热议问题