Chapter 5 Quiz Starting Out With C++ 033

Writing and Reading files in C++.  The following is the correct way to set up a file for reading?

ifstream inFile;
inFile.open("Employees.txt");

a. true
b. false

No comments:

Post a Comment