ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What will the following expression evaluate to true || false
True
False
Error
None of the mentioned
Correct Answer: A — True
Boolean operator || evaluates to true only when both the values are true or one is true and other is false.