Vidyalelo
C++ Programming · Q45

Control Flow Statements in C++

Programming · C++ Programming · question 45

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
Answer
C.
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