P
parwal.sandeep
hello grp !!!
i've one question plz excuse if it is silly to ask !!
public static void main( String[] args )
{
int i=10;
i = i++;
SOP (i);
}
why it is printing 10 instead of 11 ??
i've one question plz excuse if it is silly to ask !!
public static void main( String[] args )
{
int i=10;
i = i++;
SOP (i);
}
why it is printing 10 instead of 11 ??