This program are execute in dos then program are run but other application not support it.So can you check my coding and suggest me what are the changes at my program this is a coding:- #include #include void main () { int i=0; clrscr(); while (i<=15) { textcolor(i+BLINK); cprintf("\nLaxmi"); i=i+1; getch(); } }
Thank you! this was helpful!
ReplyDeleteThanks for appreciating and referring this blog.
DeleteThis program are execute in dos then program are run but other application not support it.So can you check my coding and suggest me what are the changes at my program
ReplyDeletethis is a coding:-
#include
#include
void main () {
int i=0;
clrscr();
while (i<=15)
{
textcolor(i+BLINK);
cprintf("\nLaxmi");
i=i+1;
getch();
}
}
Pl. add complete code so that we can find errors.
Delete#include then what header files
ReplyDeleteThanks for giving the code
ReplyDeleteDear Shreyansh,
DeleteThank you for referring my blog. Enjoy the power of online learning.
With best wishes,
Thank you for the code. It was really helpful. :)
ReplyDelete