C

C Break/Continue

Break Statement The break statement is used to break the loop or switch case statements executio…

for Loop

The "For" loop is used to repeat a specific piece of code in a program until a specifi…

Load More
That is All