What does '\r' and '\b' mean? Please explain with example.
Answer Posted / v
printf("ABC\bDE");
It prints only "DE", because the printed ABC will be removed
by '\b'
| Is This Answer Correct ? | 11 Yes | 28 No |
Post New Answer View All Answers
What are associate containers?
what are the events occur in intr activated on interrupt vector table
What is the type of this pointer in c++?
What is the main use of c++?
What's the best free c++ profiler for windows?
What is microsoft c++ redistributable 2013?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
What is wrapper class in c++?
What is the oldest programming language?
How would you use the functions memcpy(), memset(), memmove()?
Should the this pointer can be used in the constructor?
Explain how overloading takes place in c++?
Can I learn c++ without knowing c?
Why should we use null or zero in a program?
What are abstract data types in c++?