Saturday, 24 December 2011

textcolor

#include<stdio.h>
#include<conio.h>
 
main()
{
textcolor(RED);
cprintf("C programming");
 
getch();
return 0;
}
 
 

No comments:

Post a Comment