Computer Science, asked by shobamithra82, 3 months ago

differerentiate break and continue statement

Answers

Answered by rishithavm788
1

Answer:

Break statement resumes the control of the program to the end of loop and made executional flow outside that loop. Continue statement resumes the control of the program to the next iteration of that loop enclosing 'continue' and made executional flow inside the loop again.

Answered by Anonymous
2

Break statement resumes the control of the program to the end of loop and made executional flow outside that loop. Continue statement resumes the control of the program to the next iteration of that loop enclosing 'continue' and made executional flow inside the loop again.


salmanaimran1982: hi
Similar questions