cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
What is the output of the following code
What is the output of the following code?
Aug 27, 2009 at 2:42pm UTC
ajay16oct
(24)
#include<stdio.h>
main()
{
printf("\nab");
printf("\bsi");
printf("\rha");
}
Please also explain how the code is working?
Help would be appreciated.
Thanx.
Aug 27, 2009 at 2:59pm UTC
R0mai
(730)
Why don't you compile your code, run it, and see it for yourself?
Aug 30, 2009 at 5:02pm UTC
ajay16oct
(24)
Dude I also know .
I want to know the mechanism how i would print that vaue?
Aug 30, 2009 at 5:27pm UTC
helios
(17574)
I don't understand the question.
Topic archived. No new replies allowed.