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
Why c++ is created?
What is the best c c++ compiler for windows?
the maximum length of a character constant can be a) 2 b) 1 c) 8
How can an improvement in the quality of software be done by try/catch/throw?
What is a c++ vector?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
What is singleton pattern in c++?
When should you use global variables?
Explain the differences between list x; & list x();.
What is the use of endl in c++ give an example?
Should I learn c++ c?
Can I learn c++ in a week?
Explain how a pointer to function can be declared in C++?
Why is c++ a mid-level programming language?
What is conditions when using boolean operators?