Answer (Choose 1 answer)
Which of the following statements are true with regards to the || operator?
A. It is a relational operator
B. If one of the conditional expressions return false, the outcome is false
C. Only if both the expressions evaluate to false, the outcome is false
D. This operator is used to combine two logical expressions which evaluate to true if both in expressions are true.
Exit 36