#include #define ROWS 6 #define COLS 10 typedef struct { short a[ROWS][COLS]; } matrix; main() { matrix m, n; short row, col; for(row=0;row