Set Text Color And Backgroung Of Any programme In C




#include<stdio.h>
#include<conio.h>
main()
{
int a;
clrscr();
{
textbackground(1);
textcolor(2);
cscanf("%d",&a);
if(a==1)
{
cprintf("sdf");
}
}
getch();
}

No comments:

Post a Comment