Blinking ok text in C ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Blinking ok text in C ?

#include <stdio.h> int main() { textcolor(RED+BLINK); cprintf ("\n My"); cprintf ("\n Name is "); cprintf ("\n RAHUL KANT"); return (); } \\is it correct or not ?

27th Sep 2018, 11:08 AM
Rahul Kant
Rahul Kant - avatar
1 Answer
0
correct
30th Sep 2018, 4:40 PM
Pranjal kumar