Examveda
Examveda

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

D. Skip the current iteration

Answer: Option C


This Question Belongs to C Program >> Control Structures

Join The Discussion

Related Questions on Control Structures