Vidyalelo
C Programming · Q7

Control Structures

Programming · C Programming · question 7

Q7

What is the purpose of the 'continue' statement in C?

A.
Skip the loop
B.
Exit the program
C.
Skip the current iteration
Answer
D.
Exit the loop

Answer: Option C

Solution

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