//lab 7 : implementation of boolean matrix OR operation #include #define M 3 #define N 3 main() { int mat1[M][N],mat2[M][N],mat3[M][N]; int i,j; printf("Enter element of first 3*3 boolean matrix(row-wise)\n"); for(i=0;i #define M 3 #define N 3 main() { int mat1[M][N],mat2[M][N],mat3[M][N]; int i,j,k,s; printf("Enter element of first 3*3 boolean matrix(row-wise)\n"); for(i=0;i