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
Why c++ is so important?
Explain differences between new() and delete()?
What is diamond problem in c++?
What are friend functions in C++?
What is #include c++?
Which is better turbo c++ or dev c++?
What is the difference between *p++ and (*p)++ ?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What is buffering in c++?
How are pointers type-cast?
Is c++ still being used?
Can we delete this pointer in c++?
What is atoi?
What is the function to call to turn an ascii string into a long?
What are the stages in the development cycle?