Solved

When Reading Data from a File Using a While Loop

Question 58

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions