Computer Science, asked by dee1181, 8 months ago

the OPERATOR that evaluates the condition to true or false and executes accordingly

Answers

Answered by Anonymous
3

Answer:

The logical OR operator also performs short-circuit evaluation: if the left-hand operand is true, the right-hand expression is not evaluated. The logical XOR operator does not short-circuit: both expression operands are always evaluated.

Similar questions