Q. To perform file-based I/O operations, you must use the __________.
β
Correct Answer: (C)
<fstream>
Explanation: To perform processing on C++ files, the header files <iostream> and <fstream> must be included in your C++ source file.