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