/* * * * * * * * * * * */ #include int main() { int i,j,n; printf("Enter no. of row: "); scanf("%d",&n); for(i=1; i<=n; i++) { for(j=1; j