Home > Java Programming > Operators > Questions and Answers
Q: |
What will the output of following C code? main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); } | ||||||||||
|
Comment on this Question | |
Name: | |
|