Loading practice questions
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
Explanation:
When the if expression gives false value and the else condition is true then only it will get executed.