You can use textcolor();
128 code is blink code in turboc++
#include
#include
int main(){
clrscr();
textcolor(128+6); // or textcolor(134) [128:blinking and 6:brown color]
cprintf("My name is Prashant");
getch(); }
for more help right click on turboC++ window and type textcolor();