Vidyalelo
C++ Programming · Q12

Control Flow Statements in C++

Programming · C++ Programming · question 12

Q12

What is the purpose of the 'if-else if-else' statement in C++?

A.
Provides multiple conditions to be tested
Answer
B.
Executes multiple statements
C.
Executes only one statement
D.
Terminates the program

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board