C, as a rule, does not specify the order of
operand evaluation. Thus,
&&
and ||
are exceptions to the general rule. The other
exceptions are the conditional operator, about which you learned in
Segment 169, and the comma operator, about which you learn in
the hardcopy version of this book.