Break statement is used_____?
a) Selective control structures only
b) Loop control structures only
c) both option a and b
d) switch-case control structures only
Answers
Answered by
1
both options a and b
Answered by
0
Both the options a and b are the correct answers to this question. It is because the break statement is used the selective control structures as well as loop control structures.
The break statement also terminates the loop immediately when the statement is actually encountered. Along with this, this kind of break statement is also used with the decision making a statement.
Similar questions
Computer Science,
7 months ago
Math,
7 months ago
Math,
7 months ago
Math,
1 year ago
History,
1 year ago