Why continue statement is used in C?
Answers
Answered by
2
Answer:
hi
your answer is here !
Explanation:
The continue statement is used inside loops. When a continue statement is encountered inside a loop, control jumps to the beginning of the loop for next iteration, skipping the execution of statements inside the body of loop for the current iteration.
follow me !
Answered by
0
Continue statement is used inside the loops. Once continue statement is encountered inside a loop, control jumps to beginning of the loop for the next iteration, skipping the execution of statements inside the body of the loop for current iteration. This is why continue statement is used in C.
hi. hope it helps you
please mark me brainliest for my next grade
and pls do follow me
Similar questions