What does '\r' and '\b' mean? Please explain with example.
Answer Posted / yogita
\r is used for carriage return and \b is used for computer
baep
| Is This Answer Correct ? | 18 Yes | 32 No |
Post New Answer View All Answers
What is size_type?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is a v-table?
Where the memory to the static variables is allocated?
Is c++ low level?
How a modifier is similar to mutator?
Comment on assignment operator in c++.
What is prototype for that c string function?
What flag means?
Can I make ios apps with c++?
List down the guideline that should be followed while using friend function.
If a function doesn’t return a value, how do you declare the function?
What is the auto keyword good for in c++?
What is double in c++?
What causes a runtime error c++?