#include void main() { int i,j,row,col,a[' '][' ']; int rot[' '][' ']; 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