+ 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 ?
1 Answer
0
correct
#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 ?