In a switch case, when the switch value does not respond to any case then the execution transfers to:
a break statement
a default case
a loop
none