Answer Posted / subha raman
main()
{
printf("\nab");
printf("\bsi");
printf("\rha");
}
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
How are 16- and 32-bit numbers stored?
What is the difference between declaring a variable and defining a variable?
write a program to find out prime number using sieve case?
What is bash c?
What will the preprocessor do for a program?
What is the size of a union variable?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Which node is more powerful and can handle local information processing or graphics processing?
What is an auto keyword in c?
Write a program for finding factorial of a number.
What is the g value paradox?
I heard that you have to include stdio.h before calling printf. Why?
What is the best way to store flag values in a program?
Should a function contain a return statement if it does not return a value?
What does the message "automatic aggregate intialization is an ansi feature" mean?