Vidyalelo
C Programming · Q20

Control Structures

Programming · C Programming · question 20

Q20

In C, which statement is used to exit the current iteration of a loop and continue with the next iteration?

A.
break
B.
return
C.
continue
Answer
D.
exit

Answer: Option C

Solution

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