Find the output of this program. main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
Reveal answer
Fill a bubble to check yourself
Find the output of this program. main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }