MyComputerWorld
Labels
C PROGRAMS (Arrays Pointers and Structures)
(32)
Computer Tips and Tricks
(26)
Did You Know?
(18)
Downloads
(4)
Various Programs in C
(18)
Sunday, 3 March 2013
C Programming code for blinking text
#include<stdio.h>
#include<conio.h>
main()
{
clrscr();
textcolor(RED+BLINK);
cprintf("Hello World");
getch();
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment