ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the use of else statement?
Correct Answer: C — When the if condition is false and if else condition is true then only it will get executed
When the if expression gives false value and the else condition is true then only it will get executed.