HOW TO GET THE COLOURED OUTPUT IN C

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

No comments:

Post a Comment

Any Query, Suggestion Please Comment Here