Solved

In Order, the Three-Step Process of Using a File in a C

Question 2

Multiple Choice

In order, the three-step process of using a file in a C++ program involves:


A) Insert a disk, open a 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
E) None of these

Correct Answer:

verifed

Verified

Related Questions