Which of the following statement is false
a. The while statement tests its loop-continuation condition before executing its body, the loop body will always execute at least once
b. When executed in a while statement, the break statement causes an immediate exit from that statement.
c. For switch statement, if no match occurs, the default case executes
d. When executed in a statement, the continue statement skips the remaining statement in the control statement's body and performs the next iteration of the loop