Q2
In C, what is the purpose of the 'break' statement within a loop?
A.
Continue to the next iteration
B.
Exit the program
C.
Terminate the loop and exit it
AnswerD.
Skip the current iteration
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board