#include<stdio.h>#include<conio.h> main(){ textcolor(MAGENTA+BLINK); cprintf("C programming"); getch(); return 0;}
No comments:
Post a Comment