0
why cant we use iostream instead of fstream ??
2 Answers
+ 1
iostream is the header file to deal with inputs and outputs to the console.
fstream is the header file to deal with the modification of external files, such as inputs and outputs, again.
0
input output stream file that's why we use iostream