Multiple Choice
In C++, a(n) ____ has an unknown value and is of no practical use.
A) garbage value
B) iterator
C) sentinel value
D) loop control variable
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: When you write a loop, what actions
Q6: The segment of code shown below displays
Q7: The body of a do-while loop executes
Q8: What happens if you fail to initialize
Q9: If you fail to initialize a loop
Q11: In the following segment of code,<br>Number =
Q12: Many programmers recommend that you initialize every
Q13: A(n) _ loop is one in which
Q14: Match each term with the correct statement
Q15: A loop body can be a single