#include#includevoid main(){ int i,j; clrscr(); for(i=1;i<=5;i++){ for(j=1;j<=i;j++){ printf("*"); } printf("\n"); } getch();}
this is not pyramid of numbers's program
what to do if a want blink that star without using graphic.h functions
what to do for printing a program like this * *** ***** *******
this is not pyramid of numbers's program
ReplyDeletewhat to do if a want blink that star without using graphic.h functions
ReplyDeletewhat to do for printing a program like this
ReplyDelete*
***
*****
*******