Chapter 5 Quiz Starting Out With C++ 026

Using data files in C++.  What are the steps required for using a file in a program in C++?

a.  Process the file, Open the file, Close the file
b. Open the file, Process the file, Close the file
c. Close the file, Process the file, Open the file

No comments:

Post a Comment