Whenever you run a C program, you have seen that the output format is of WHITE color.. but now you can change its colour, its so simple...
EXAMPLE:-
#include
#include
void main()
{
textcolor(4);
cprintf("HELLO");
getch();
}
POSTED BY: MANMOHIT ARYA
EXAMPLE:-
#include
#include
void main()
{
textcolor(4);
cprintf("HELLO");
getch();
}
POSTED BY: MANMOHIT ARYA
0 comments:
Post a Comment