Thread
:
how???
View Single Post
IndiraP
Go4Expert Member
12Dec2012,18:23
I have seen this one in this forum only..but i couldnt understand how come the answer is 10 for the below ???
int z,x=5,y=-10,a=4,b=2;
z = x++ - --y * b / a;
then output of z..???