/* matrix1.c - 2D array */ #include #define MAXR 5 #define MAXC 5 readMatrix(fin,M,m,n) FILE * fin; int M[][MAXC]; int m,n; { int i,j; for(i=0;i