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
Unit increment in pointers is in accordance to the size of the data type.