Multiple Choice
Which of the following is not a function of the break statement?
A) To exit early from a loop
B) To skip the remainder of a switch structure
C) To eliminate the use of certain boolean variables in a loop
D) To ignore certain values for variables and continue with the next iteration of a loop
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: The loop condition of a while loop
Q5: The control statements in the for loop
Q7: To read data from a file of
Q8: The above code is an example of
Q10: In the for statement, if the logical
Q11: The following for loop executes 21 times.
Q12: Assume that all variables in the following
Q13: Which of the following is the logical
Q14: A loop is a control structure that
Q26: In the case of the sentinel-controlled while