To open an output file and add to the end of the data already in the file you would write

a. outFile.open("project.txt");
b. outFile.append("project.txt");
c. outFile.open("project.txt", append);
d. outFile.open("project.txt", ios::app);

d. outFile.open("project.txt", ios::app);

Computer Science & Information Technology

You might also like to view...

What does Open Project on the Welcome screen allow you to do?

What will be an ideal response?

Computer Science & Information Technology

You can ____ tasks to organize and manage different types of tasks.

A. review B. repeat C. rearrange D. color-categorize

Computer Science & Information Technology