Learners Only
Showing posts with label
order
.
Show all posts
Showing posts with label
order
.
Show all posts
Monday, 21 November 2011
Predict the output or error(s) for the following:
main()
{
int i=5;
printf("%d%d%d%d%d%d",i++,i--,++i,--i,i);
}
Answer:
45545
Explanation:
Read more »
Older Posts
Home
Subscribe to:
Posts (Atom)