Which of the following is not a file stream class in C++?
A. ifstream
B. ofstream
C. fstream
D. filestream
Answer: Option D
A. ifstream
B. ofstream
C. fstream
D. filestream
Answer: Option D
Which header file is required for file handling in C++?
A. <iostream>
B. <fstream>
C. <file>
D. <filestream>
Join The Discussion