#include<stdio.h>
#include<Windows.h>
int main(){
int i;
for(i=0; i<10; i++)
{
printf(".....WEL
COME.....");
Sleep(500);
system("cls");
Sleep(500);
}
getch();
return 0;
}
|
Following Text will Blink on output screen:
..... WEL COME .....
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,