Computer Science, asked by sunitagupta54637, 8 months ago

How is the break statement different from continue statement? explain with an examples?

Answers

Answered by shweta6817
2

Answer:

The major difference between break and continue statements in C language is that a break causes the innermost enclosing loop or switch to be exited immediately. ... The continue statement is used when we want to skip one or more statements in loop's body and to transfer the control to the next iteration..........

Answered by ndjaat2007
1

Answer:

Answer is in above pic...................

Attachments:
Similar questions