What is the difference between break and continue statements when they occur in a loop? ):
Answers
Answered by
7
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.
sad kyu ho yaar
Answered by
1
Similar questions