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
Can a constructor be private?
What is the difference between new() and malloc()?
List the special characteristics of constructor.
What does flush do?
What is the keyword auto for?
What is class definition in c++ ?
Describe new operator and delete operator?
Where and why do I have to put the "template" and "typename" keywords?
what is multi-threading in C++?
Explain what happens when a pointer is deleted twice?
What are the operators in c++?
What do you mean by a template?
How a macro differs from a template?
Can you explicitly call a destructor on a local variable?
Explain deep copy and a shallow copy?