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