Welcome Guest | Sign in | Register
Operators - Discussion Page For Q.10665 | C Programming Questions and Answers | C Programming Free Online-Tests | LucentBlackBoard | LucentBlackBoard.com

Home > Java Programming > Operators > Questions and Answers

Q: What will the output of following C code?
main()
{
unsigned int i=65000;
while(i++!=0);
printf("%d",i);
}
A. 0 B. 2
C. 1 D. 65000

Answer and Explanation

Answer:1

Explanation:
Note the semicolon after the while statement. When the value of i becomes 0 it comes out of while loop. Due to post-increment on i the value of i while printing is 1.

Comment on this Question

Name:

Loading...




Partner Sites
LucentBlackBoard.com                  SoftLucent.com                  LucentJobs.com
All rights reserved © 2012-2015 SoftLucent.