#include void main() { int i,j,row,col,rtot,ctot,a[' '][' ']; rtot=ctot=0; clrscr(); printf("Enter the Row size for Matrix : "); scanf("%d",&row); printf("Enter the Column Size for Matrix : "); scanf("%d",&col); for(i=0;i