#include void main() { int i,j,row,col,a[' '][' '],b[' '][' '],c[' '][' ']; clrscr(); printf("Enter the Row size for Matrix : "); scanf("%d",&row); printf("Enter the Column Size for Matrix : "); scanf("%d",&col); /*Scanning values for First matrix*/ for(i=0;i