Question: c++ Question 9 This data type can be used to create files, read data from them, and write data to them. ofstream fstream ifstream stream
c++
Question 9
This data type can be used to create files, read data from them, and write data to them.
| ofstream | |
| fstream |
| ifstream | |
| stream |
Question 10
To access files from a C++ program, you must use this directive.
| #include | |
| #include |
| #include | |
| #include |
Question 11
This data type can be used to create files and read information from them into memory.
| ofstream | |
| istream |
| ifstream | |
| instream |
Question 12
When a file is opened, the file stream object's read position is _____.
| at the end of the file | |
| at the beginning of the file |
| where the programmer positions it | |
| at the location where it existed when the file was last closed |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
