TECHNOLOGY SACK

HOW TO GET THE COLOURED OUTPUT IN C

Posted by Manmohit On 0 comments
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

0 comments:

Post a Comment