Vidyalelo
C++ Programming · Q41

Introduction to C++

Programming · C++ Programming · question 41

Q41

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

A.
Skip the next iteration
B.
Start the next iteration
C.
Exit the loop
Answer
D.
Terminate the program

Answer: Option C

Solution

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