Multiple Choice
When reading data from a file using a while loop, the typical condition to exit the loop is when you:
A) have read the first value in the file.
B) have read 100 values in the file.
C) have reached the end of the file.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q53: How many times will a loop with
Q54: The while loop condition is a boolean
Q55: When you use a while loop to
Q56: The while loop is used to process
Q57: What is the argument list for the
Q59: How many times will a loop with
Q60: The loop condition is a boolean expression.
Q61: Why is the first read called the
Q62: Assuming the for loop header for (
Q63: A while loop can be used for