conditional expression evaluation question

ucscb.bitbug at ucbvax.berkeley.edu ucscb.bitbug at ucbvax.berkeley.edu
Tue Jan 13 22:34:42 AEST 1987


C guarantees that a conditional expression will NOT be fully
evaluated if the result of the expression is known after a
partial evaluation. You will have to do some restructuring
of your code if you were counting on full evaluation of a
conditional expression (as Pascal does).



More information about the Comp.lang.c mailing list