1.
We want to open a file and parse its data into our program. What library do we need to include?
iostream
- This library deals with communication through the standard input and output.
sstream
- This library is used to manipulate string objects as if they were streams.
fstream
- This library is used to manipulate files using streams.
iomanip
- This library is used to modify internal flags and formatting options.