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

Verified
Correct Answer:
Verified
Related Questions
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
Q17: You may define a(n) _ in the
Q18: The while loop has two important parts:
Q19: The -- operator<br>A) is a unary operator.<br>B)
Q20: A for statement contains three expressions: initialization,
Q21: In order for a C++ program to