The OR (||) operator
a) has higher precedence than the AND (&&) operator
b) stops evaluation upon finding one condition to be true
c) associates from right to left
d) is a ternary operator
b) stops evaluation upon finding one condition to be true
Computer Science & Information Technology