int main()

{ int i=0;

while(+(+i--)!=0)

i-=i++;

printf("%d\n",i);

return 0; }


(a) -1 (b) 1 (c) -65535 (d) 0


Ans is option 'a'  .. but how?? anybody help plz?

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to