Assignment Ops and Side Effects

Peter J. Holsberg pjh at mccc.edu
Thu Apr 4 03:30:46 AEST 1991


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;


Pete
-- 
Prof. Peter J. Holsberg      Mercer County Community College
Voice: 609-586-4800          Engineering Technology, Computers and Math
UUCP:...!princeton!mccc!pjh  1200 Old Trenton Road, Trenton, NJ 08690
Internet: pjh at mccc.edu	     Trenton Computer Festival -- 4/20-21/91



More information about the Comp.lang.c mailing list