Pointer to an array in C

Pointer to an array points to the 0th element of the array instead of pointing to the individual elements it point to the whole array. In case of pointer to an array we are creating a pointer variable defining the number of integer that is basically used to group or is generally used to mention the number of elements per row of an a array.

Pointer to an array in C Read More »