Originally posted by manali:
Hello
Here is a sample of code
int i = 0;
i=i++;
System.out.println(i);
Can you guess what will be the output ? Output is 0. Could anybody explain the reason !!
Hi,
this topic has been discussed around July 15, I just cna not find the link, if u have time, check it.
mick