71. Predict the output or error(s) of the following c code

Share on FacebookTweet about this on TwitterDigg thisPin on PinterestShare on LinkedInShare on StumbleUponShare on TumblrShare on Google+Email this to someone
1
2
3
4
5
6
7
8
 #include "stdio.h"
main()
{
	const int i=4;
	float j;
	j = ++i;
	printf("%d  %f", i,++j);
}

Click here to view the answer

Share on FacebookTweet about this on TwitterDigg thisPin on PinterestShare on LinkedInShare on StumbleUponShare on TumblrShare on Google+Email this to someone

2 Responses to “71. Predict the output or error(s) of the following c code”

  1. Great interview, I relaly enjoyed this. Very interesting to hear your story summarised in this vid, and I learned quite a bit.Its funny though, how the new mss.com that you released never climbed back up to a high Google rank like the 1st one did, or was that because the market was so flooded by then?

    Reply

Leave a Reply