Multiple Choice
To use an output file in a C++ program you must
A) make sure the file already exists.
B) create a file stream object that will "point to" (i.e. reference) the file.
C) open the file.
D) do all of the above.
E) do B and C, but not A.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: A(n) _ is a variable that is
Q6: In a for statement, the _ expression
Q7: The do-while loop is a(n) _ loop,
Q8: The statements in the body of a
Q9: To use files in a C++ program
Q9: An initialization expression may be omitted from
Q12: When a loop is nested inside another
Q13: You can nest a for loop inside
Q14: Before beginning to add value to it,
Q15: _ are C++ operators that change their