Blinking ok text in C ? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antwort
0
correct
30th Sep 2018, 4:40 PM
Pranjal kumar