conditional expression evaluation question

philip at axis.UUCP philip at axis.UUCP
Thu Jan 15 08:38:09 AEST 1987


In article <207 at rebel.UUCP> george at rebel.UUCP (George M. Sipe) writes:
>References:
>
>My question is "Does C guarantee execution of portions of a
>conditional expression, even when the result is known after partial
>evaluation?".

C guarantees just the opposite.
See section 2.6 (page 38) of K&R.

Philip



More information about the Comp.lang.c mailing list