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

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

Peter Vegas

2 thoughts on “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?

Leave a Reply

Your email address will not be published. Required fields are marked *

Get the latest updates on your inbox

Be the first to receive the latest updates from Codesdoc by signing up to our email subscription.

    StudentProjects.in