Multiple Choice
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) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: What is the output of the following
Q3: Data that is sent to an output
Q4: The member function eof) is true/false) when
Q5: A type whose variables are objects is
Q6: After a stream is opened, before it
Q7: A function that is associated with an
Q8: The _ function puts one character back
Q9: Using directives can be placed either directly
Q10: In order to use the stream manipulators,
Q11: Which command reads one character even if