ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
The boolean operator && only result in true when both the values are true?
True
False
Correct Answer: A — True
The && operator only results in true when both the values are true rest all cases it evaluates to false.