Hi everyone,
can someone explain this code to me?
a=1, b=1, c=1;
c = --a&&b++;
After this statement b=2 according to me, but the result is b=1;
Why?
Regards,
Ravindra
--
<http://www.helpachild.in>
can someone explain this code to me?
a=1, b=1, c=1;
c = --a&&b++;
After this statement b=2 according to me, but the result is b=1;
Why?
Regards,
Ravindra
--
<http://www.helpachild.in>
Aucun commentaire:
Enregistrer un commentaire