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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board