Q2
What is the purpose of the 'else' statement in C++?
A.
Executes after the 'if' block
B.
Executes before the 'if' block
C.
Executes when the 'if' condition is false
AnswerD.
Executes regardless of the 'if' block
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board