Question
main(){
unsigned int i=65000;
while(i++!=0);
printf("%d",i);
}

Answers

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.   Your Comment






Search
Can you Answer!!
  • Q What projects have you used WinRunner on? Tell me about some of the challenges that arose and how you handled them.
  • Q what is the Acronym for GUI
  • Q Summer Olympic 2016 held in?
  • Q Differentiate between the following: Blanking and piercing.
  • Q How many people like Stockings on a ladie or just skin?
  • Q KUUCHIPUDI dance of which state
  • Q Draw basic excel object model?
  • Q Aside from Russia what is the largest country in Europe?
  • Q Can a loan be taken or money be deposited from a non- Muslim bank without obtaining permission from the “Mujtahid” (Jurist)?
  • Q What are the New Job Postings from the Company or Organization, Apparel Export Promotion Council (AEPC) ?
  • Q How to change desktop wallpaper usin c#?