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


Please Help Members By Posting Answers For Below Questions

what is data abstraction in C++?

642


What is data type in c++?

551


Can we run c program in turbo c++?

581


What is stoi in c++?

694


What problems might the following macro bring to the application?

616






Describe about storage allocation and scope of global, extern, static, local and register variables?

727


Why is polymorphism useful?

561


What is c++ map?

561


What is the use of namespace std in C++?

610


What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero

637


How to demonstrate the use of a variable?

639


Is it possible to use a new for the reallocation of pointers ?

591


What is #include iostream in c++?

585


which operator is used for performing an exponential operation a) > b) ^ c) none

602


Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].

953