| Author: anil 19 Sep 2009 | Member Level: Bronze | Rating:  Points: 3 |
write follwing code to change the font color to colorful output #include void main() { textcolor(num.); textbackground(num.); cprintf("type msg"); getch(); } // you will surely see the colorful output.
|
| Author: kartheek 22 Sep 2009 | Member Level: Bronze | Rating:  Points: 0 |
thanks for giving the an example
|
| Author: kartheek 22 Sep 2009 | Member Level: Bronze | Rating:  Points: 0 |
thanks for giving the an example
|