Question

Which statement is true?
a) Operator || has a higher precedence than operator &&.
b) In expressions involving operator ||, making the condition that is most likely to be false the leftmost condition can often reduce execution time.
c) The logical negation operator is a binary operator.
d) In expressions using operator &&, making the condition that is most likely to be false the leftmost condition can often reduce execution time.

Answer

This answer is hidden. It contains 3 characters.