Blinking ok text in C ? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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 Respuesta
0
correct
30th Sep 2018, 4:40 PM
Pranjal kumar