Vidyalelo
C Programming · Q2

Control Structures

Programming · C Programming · question 2

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
Answer
D.
Skip the current iteration

Answer: Option C

Solution

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