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
How much maximum can you allocate in a single call to malloc()?
Do you know what are pure virtual functions?
Can I learn c++ in a week?
What is meant by a delegate?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
How does c++ sort work?
Why are pointers not used in c++?
Explain the scope of resolution operator.
What does h mean in maths?
Explain the difference between realloc() and free() in c++?
How do you invoke a base member function from a derived class in which you have not overridden that function?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What is size_type?
What is virtual methods?
Describe public access specifiers?