for example
int s=23;
s++ and ++s
the result of s++ and ++s in java is different from c++ why?
why give different result in this statement
Ask by Amit Singh
Updated 20 May 2011
I had tried this code.
This will provide same result according to this senario.
Can you provide a working function so that I will find out possible bugs.