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 is setf in c++?
What is a rooted hierarchy?
What are proxy objects in c++?
What is this pointer in c++?
How many types of modularization are there in c++?
What is std :: endl?
What is the difference between global int and static int declaration?
Is nan a c++?
Can I create my own functions in c++?
Tell me can a pure virtual function have an implementation?
Is there a sort function in c++?
What are vectors used for in c++?
Explain container class.
How do I start a c++ project?
Who invented turbo c++?