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
Can I learn c++ without learning c?
What is rtti in c++?
What are the advantages of using pointers in a program?
What is endianness?
How do you initialize a string in c++?
Is c the same as c++?
What is wrapper class in c++?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
What is the object serialization?
What is the use of map in c++?
Why was c++ made?
What is the difference between while and do while loop? Explain with examples.
Explain object slicing in c++?
Is there any difference between int [] a and int a [] in c++?
What are the two main components of c++?