In a switch statement, when a break statement is encountered, an immediate transfer of control is made to
a) the default case of the switch statement
b) a goto statement
c) the else clause
d) the statement beyond the end of the switch statement.
e) none of these
d) the statement beyond the end of the switch statement.
Computer Science & Information Technology