Computer Science, asked by varshitha9987, 1 year ago

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 anushka840
1
both options a and b
Answered by aqibkincsem
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