Q. What will the following expression evaluate to?
Code:
true || false
β
Correct Answer: (A)
TRUE
Explanation: Boolean operator || evaluates to false only when both the values are false.