/* Matrix operations */ #define BOUND 100 int a[BOUND][BOUND],b[BOUND][BOUND],c[BOUND][BOUND]; main() { int i,j,k; for (i=0; i