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
Is multimap sorted c++?
What is an inline function in c++?
What is constant in c++ with example?
Explain object slicing in c++?
What is this pointer in c++?
What are the storage qualifiers?
What is a container class?
How do we implement inheritance in c++?
Why the usage of pointers in C++ is not recommended ?
Is c++ a pure oop language?
what is data abstraction in C++?
What are c++ stream classes?
What are built-in functions? What is the syntax for the definition?
What is c++ used for in games?
How do I start a c++ project?