Q:

Find out the Output int main() { unsigned int i=65000 while ( i++ != 0 ) printf("%d",i) return 0 }

0

Find out the Output

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


  1. Output: 1
  2. Output: 2
  3. Output: 0
  4. Error

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

Output: 1

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now