What does '\r' and '\b' mean? Please explain with example.
Answer Posted / subh
Depends on terminal configuration
http://stackoverflow.com/questions/17236242/usage-of-b-and-r-in-c
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is malloc in c++?
Why is it necessary to use a reference in the argument to the copy constructor?
We use library functions in the program, in what form they are provided to the program?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
How a macro differs from a template?
What is data abstraction? How is it different from data encapsulation?
Eplain extern keyword?
What are the two shift operators and what are their functions?
Why is standard template library used?
How do you establish an is-a relationship?
How do I run a program in notepad ++?
How do you generate a random number in c++?
Why is c++ still best?
What is lvalue?
Explain the difference between using macro and inline functions?