Examlex

Solved

Because the || Operator Performs Short-Circuit Evaluation, Your Boolean Expression

question 52

True/False

Because the || operator performs short-circuit evaluation, your boolean expression will generally be evaluated faster if the subexpression that is most likely to be true is on the left.


Definitions:

Related Questions