#include #define ROWS 6 #define COLS 10 typedef struct { short a[ROWS][COLS]; } matrix; typedef struct { short a[COLS][ROWS]; } tmatrix; typedef struct { short a[ROWS][ROWS]; } rmatrix; typedef struct { short s[COLS][COLS]; } cmatrix; void PrintMatrix(short Rows, short Cols, short *matrix); main() { matrix m; matrix *ptr; tmatrix n; rmatrix ians; short row, col, kk, *yy; short mm[10][20]; ptr=&m; yy=&row; yy=&col; *yy=0; col=0; for(row=0;row