Select one or more:
a. When a break statement is encountered, the loop is terminated after the next iteration.
b. When a break statement is encountered, the loop is terminated after the next iteration only if the loop is a do-while loop.
c.Having many break statements in a loop is not advisable because they make code less readable and hard to understand.
d.When a break statement is encountered, the loop is restarted from the beginning.
e.None of the answers are correct.
i want the answers for that question
Jeyatharsan Thasmithan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
4
I think When a break statement is encountered, the loop is terminated instantly
Sayyad Abdul latif is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.