Saturday, 24 December 2011

textbackground

#include<stdio.h>
#include<conio.h>
 
main()
{
textbackground(RED);
 
cprintf("C program to change background color.");
 
getch();
return 0;
}

No comments:

Post a Comment