152k views
5 votes
In order, the three-step process of using a file in a C++ program involves

a.insert a disk, open the file, remove the disk
b.create the file contents, close the file, name the file
c.open the file, read/write/save data, close the file
d.name the file, open the file, delete the file None of these

User Mohamad
by
5.9k points

1 Answer

5 votes

Answer:

c. open the file, read/write/save data, close the file

Step-by-step explanation:

User Ian Ash
by
7.1k points