What does '\r' and '\b' mean? Please explain with example.
Answer Posted / brite
Even you are wrong Siva.
printf("ABC\rDE") will print DEC not DE.
| Is This Answer Correct ? | 32 Yes | 16 No |
Post New Answer View All Answers
Describe about storage allocation and scope of global, extern, static, local and register variables?
How can an improvement in the quality of software be done by try/catch/throw?
Why was c++ made?
What's the order in which the objects in an array are destructed?
How much maximum can you allocate in a single call to malloc()?
Why namespace is used in c++?
Differentiate between structure and class in c++.
Explain bubble sorting.
What are arithmetic operators?
What is problem with overriding functions?
What is dynamic and static typing?
How to defines the function in c++?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
Explain the difference between using macro and inline functions?
What are member functions used in c++?