Efficiency Question

Doug Gwyn gwyn at smoke.brl.mil
Thu Feb 28 07:30:43 AEST 1991


In article <17112 at crdgw1.crd.ge.com> volpe at camelback.crd.ge.com (Christopher R Volpe) writes:
>Just wanted to point out that "x += 1" cannot be condensed to "x++", but
>rather to "++x".

In a general expression context that is true, but in the specific example
	x++;
either form would be equivalent.



More information about the Comp.lang.c mailing list