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
How does work in c++?
Explain pass by value and pass by reference.
Show the declaration for a static function pointer.
What is object file? How can you access object file?
Why is swift so fast?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What is the most powerful coding language?
what are Access specifiers in C++ class? What are the types?
What is vector processing?
Do you know the use of vtable?
What is the use of function pointer?
When you overload member functions, in what ways must they differ?
Is it possible to use a new for the reallocation of pointers ?
Can I learn c++ in a week?
What do you mean by public protected and private in c++?