Which of the following repetition statements will properly repeat while not at the end of the data file associated with the object DataFile

A. while( ! DataFile)
B. while ( ! eof())
C. while ( ! DataFile.eof())
D. while ( ! eof.DataFile())

C. while ( ! DataFile.eof())

Computer Science & Information Technology

You might also like to view...

You can create a scenario from the Solver dialog box, or you can open the Scenario Manager dialog box and create a scenario

Indicate whether the statement is true or false

Computer Science & Information Technology

What is the output of the following statement? cout << strspn("Cows like to moo.", "Ceik losw"); a. Nothing.

a. Nothing. b. 10. c. 8. d. e.

Computer Science & Information Technology