Vidyalelo
C++ Programming · Q17

Control Flow Statements in C++

Programming · C++ Programming · question 17

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board