Vidyalelo
C++ Programming · Q38

Control Flow Statements in C++

Programming · C++ Programming · question 38

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
Answer

Answer: Option D

Solution

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