[comp.lang.c] Order of evaluation of expressions.

jvl@idca.tds.PHILIPS.nl (J. van Loenen) (09/19/90)

> If not what is the fastest way of computing this type of expression ?
>
> value = *ptr;
> value -= *ptr++;
>
> Henry Bruce.

value = 0;
ptr++;

	Jan

###############################################################################
# DISCLAIMER:Unless otherwise stated, the above comments are entirely my own  #
#                                                                             #
#  Jan van Loenen                         Internet   jvl@idca.tds.philips.nl  #
#  Philips Information Systems            UUCP       ....!mcvax!philapd!jvl   #
###############################################################################