Computer Science, asked by adityakumar1975in, 7 months ago

difference between break and continue in looping statement

Answers

Answered by baski3d
7

Answer:

Yes! Here is your answer!

Explanation:

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 premkumarsahjlan1971
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.

Hope my answer will help you ☺️✌️✌️

Similar questions