What does '\r' and '\b' mean? Please explain with example.
Answer Posted / mahboob ur rahman
System.out.print("mahboob\rkhan");
output:
mahboob
it will just priint mahboob
| Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
Explain the benefits of proper inheritance.
What is encapsulation in c++ with example?
What is void pointer in c++ with example?
Explain the static member function.
Difference between inline functions and macros?
Why is it necessary to use a reference in the argument to the copy constructor?
What is purpose of new operator?
Why #include is used?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
Why do we use structure in c++?
What are dynamic type checking?
What is std :: endl?
List the features of oops in c++?
What is endl?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required