Q38
What does the 'continue' statement do in a loop in C++?
A.
Restarts the loop
B.
Skips the remaining code in the loop
C.
Terminates the loop
D.
Skips the current iteration and continues with the next iteration
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board