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
What is pragma in c?
Why is c called c not d or e?
provide an example of the Group by clause, when would you use this clause
How many types of errors are there in c language? Explain
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Explain the difference between exit() and _exit() function?
Explain main function in c?
Where in memory are my variables stored?
What is a macro?
Why is struct padding needed?
What is the acronym for ansi?
Why static is used in c?
What is the meaning of 2d in c?
Mention four important string handling functions in c languages .
Explain the use of fflush() function?