123456789
#include<iostream.h> #include<conio.h> void main() { clrscr(); textcolor(4); cprintf("Helllo world"); getch(); }
textcolor()