Monthly Archives: September 2012

c pointer and mutiple dimension array

Sometimes I am still a little bit confused by the relationship between a pointer and a multiple dimensional array. Let’s see some sample code: #include <stdio.h> // void printArr( int *arr, int row, int col ){    int i, j;    for( … Continue reading

Posted in programming | Tagged | 1 Comment