What does '\r' and '\b' mean? Please explain with example.
Answer Posted / brite
Even you are wrong Siva.
printf("ABC\rDE") will print DEC not DE.
| Is This Answer Correct ? | 32 Yes | 16 No |
Post New Answer View All Answers
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
What does scope resolution operator do?
Is it possible for a member function to delete the pointer, named this?
What is general format for a prototype?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
Which programming language's unsatisfactory performance led to the discovery of c++?
What is a try block?
What is diamond problem in c++?
What is recursion?
Which is the best c++ compiler for beginners?
What is the purpose of the "delete" operator?
What is microsoft c++ redistributable 2013?
What is :: operator in c++?
What is the difference between strcpy() and strncpy()?
What is the best c++ compiler?