Vidyalelo
C++ Programming · Q5

Control Flow Statements in C++

Programming · C++ Programming · question 5

Q5

What does the 'break' statement do in a loop in C++?

A.
Skips the current iteration
B.
Skips the next iteration
C.
Starts the next iteration
D.
Terminates the loop
Answer

Answer: Option D

Solution

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