Multiple Choice
To use files in a C++ program you must include the ________ header file.
A) fstream
B) iostream
C) file
D) Both A and B are needed.
E) Both B and C are needed.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: A while loop may have a semicolon
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: An initialization expression may be omitted from
Q10: To use an output file in a
Q12: When a loop is nested inside another
Q13: You can nest a for loop inside
Q14: Before beginning to add value to it,