Stars program

int r,c; for(r=1;r<=4;r++) { for(c=1;c<=r;c++) printf("%3d",r); printf("\n"); }

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.