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
What is the latest c++ standard?
What do you mean by enumerated data type?
What's the "software peter principleā?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What is the oldest programming language?
Write a program using display() function which takes two arguments.
Carry out conversion of one object of user-defined type to another?
What are structures and unions?
What is the use of :: operator in c++?
Define token in c++.
What does it mean to declare a destructor as static?
Does c++ have foreach?
Is c++ harder than java?
Is recursion allowed in inline functions?
What is class syntax c++?