Multiple Choice
In order to perform file processing in C++, which header files must be included?
A) <cstdio> , <iostream> and <fstream>.
B) <cstdio> and <iostream>.
C) <cstdio> and <fstream>.
D) <iostream> and <fstream>.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: When used with ofstream objects, operator! is
Q7: Select the proper object type. _ file("file.dat",
Q8: For an ifstream object A, a class
Q9: Select the false statement. The reinterpret_cast operator:<br>A)
Q10: A random access file is organized most
Q12: Random access files are more effective than
Q13: What is not true about this code
Q14: Select the false statement. The write function:<br>A)
Q15: Which file open mode would be used
Q16: The new C++14 stream manipulator _ enables