Q17
What is the purpose of the 'continue' statement in a loop in C++?
A.
Terminates the loop
B.
Skips the remaining code in the loop
C.
Restarts the loop
D.
Skips the current iteration
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board