#include #define ROWS 6 #define COLS 15 void AddMatrices(short, short, short *, short *, short *); void PrintMatrix(short, short, short *); main() { short rr, cc, aa[ROWS][COLS], bb[ROWS][COLS], xx[ROWS][COLS]; for(rr=0;rr