aticleworld.com
How to access two dimensional array using pointers in C - Aticleworld
In this article, we will see how to access two dimensional array using pointers in C programming. In C-language, an array can be split in the form of the pointers and compiler calculates offset to access the element of the array. The calculation of the offset depends on the array dimensions.
Amlendra