What is the output of the following code?

#include<stdio.h>
main()
{
printf("\nab");
printf("\bsi");
printf("\rha");
}
Please also explain how the code is working?
Help would be appreciated.
Thanx.
Why don't you compile your code, run it, and see it for yourself?
Dude I also know .
I want to know the mechanism how i would print that vaue?
I don't understand the question.
Topic archived. No new replies allowed.