Would *you* get caught by this one?

Doug Gwyn gwyn at smoke.BRL.MIL
Sat Jan 14 22:35:58 AEST 1989


In article <11480015 at hpsmtc1.HP.COM> swh at hpsmtc1.HP.COM (Steve Harrold) writes:
>	a++ *= b      is DIFFERENT from     a++ = a++ * b ;
>The first case increments "a" once, the second TWICE.

Right idea, wrong example.  This one isn't legal C.



More information about the Comp.lang.c mailing list