Vidyalelo
C++ Programming · Q15

Control Flow Statements in C++

Programming · C++ Programming · question 15

Q15

What does the 'else if' statement allow in C++?

A.
Skips to the next iteration
B.
Additional condition checks
Answer
C.
Terminate the program
D.
None of the above

Answer: Option B

Solution

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