When a break statement is encountered in a while loop, control is transferred to

a. the loop condition
b. the statement following the end of the while loop
c. the next statement in the loop body
d. break does not have any effect on while loops