Q7
What is the purpose of the 'continue' statement in C?
A.
Skip the loop
B.
Exit the program
C.
Skip the current iteration
AnswerD.
Exit the loop
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board