Multiple Choice
Something within a while loop must eventually cause the condition to become false, or a(n) ________ results.
A) null value
B) infinite loop
C) unexpected exit
D) compiler error
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: You may not use the break statement
Q44: If you want a user to enter
Q45: In C++ 11 you can pass a
Q46: The statements in the body of a
Q47: This is a special value that marks
Q50: This is a control structure that causes
Q51: This is a variable that is regularly
Q52: The while loop contains an expression that
Q53: This statement may be used to stop
Q59: How many times will the following loop