#include <conio.h> #include<stdio.h> void main(void) { textcolor(BLINK | YELLOW); textbackground(BLUE); clrscr(); printf("wowowo\n"); getch(); }