Quantcast
Channel: electrofriends.com » frequently asked interview questions
Viewing all articles
Browse latest Browse all 10

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

$
0
0
1
2
3
4
5
6
7
 main()
{
	int i =0;j=0;
	if(i && j++)
		printf("%d..%d",i++,j);
	printf("%d..%d,i,j);
}

Click here to view the answer


Viewing all articles
Browse latest Browse all 10

Latest Images

Trending Articles





Latest Images