Solved

Assuming DataFile Is a File Stream Object, the Statement: DataFile

Question 27

Multiple Choice

Assuming dataFile is a file stream object, the statement: dataFile.close() ;


A) is illegal in C++
B) needs a filename argument to execute correctly
C) closes a file
D) is legal but risks losing valuable data
E) None of these

Correct Answer:

verifed

Verified

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

Related Questions