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 the use of seekg in c++?
What is c++ vb?
What is else syntax in c++?
Describe protected access specifiers?
What is a static member?
What is a class definition?
Explain Memory Allocation in C/C++ ?
How can I learn c++ easily?
Explain what you mean by a pointer.
What does it mean to declare a destructor as static?
What are keywords in c++?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
Is swift faster than go?
What are different types of loops in c++?
What is abstraction c++?