Hello,

in C,

the following code:

int n=10;
n=n++;

assigns 'n' a value of 11 .


in Java,
the same code doesnt increment 'n'... it remains 10 !!!

plzzz explain...


Regards,
Shoubhik Bose.

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

Reply via email to