Multiple Choice
This is a special value that marks the end of a list of values.
A) constant
B) variable
C) loop
D) sentinel
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: You may not use the break statement
Q42: The do-while loop is a(n)_ loop that
Q44: If you want a user to enter
Q45: In C++ 11 you can pass a
Q46: The statements in the body of a
Q48: Something within a while loop must eventually
Q50: This is a control structure that causes
Q51: This is a variable that is regularly
Q52: The while loop contains an expression that
Q59: How many times will the following loop