Vidyalelo
C++ Programming · Q19

Control Flow Statements in C++

Programming · C++ Programming · question 19

Q19

What is the purpose of the 'break' statement in a loop in C++?

A.
Skips the next iteration
B.
Skips to the next condition
C.
Terminates the loop
Answer
D.
Restarts the loop

Answer: Option C

Solution

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