Assignment Ops and Side Effects

Doug Gwyn gwyn at smoke.brl.mil
Fri Apr 5 03:59:07 AEST 1991


In article <1991Apr3.173046.2367 at mccc.edu> pjh at mccc.edu (Peter J. Holsberg) writes:
-How does the standard describe the situation where, for example,
-	x++ *= y;
-is treated as if it were
-	x++ = x * y;
-and not
-	x++ = x++ * y;

Correctly, of course.



More information about the Comp.lang.c mailing list