Order of evaluation of expressions.

J. van Loenen jvl at idca.tds.PHILIPS.nl
Wed Sep 19 20:21:28 AEST 1990


> 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 at idca.tds.philips.nl  #
#  Philips Information Systems            UUCP       ....!mcvax!philapd!jvl   #
###############################################################################



More information about the Comp.lang.c mailing list