Would *you* get caught by this one?

Steve Harrold swh at hpsmtc1.HP.COM
Sat Jan 14 02:39:01 AEST 1989


When you have a++, the results are going to be different, i.e.

	a++ *= b      is DIFFERENT from     a++ = a++ * b ;

The first case increments "a" once, the second TWICE.



More information about the Comp.lang.c mailing list