Which of the following is not true about files?
a. C++ views each file as a sequential stream of bytes.
b. Files are opened by creating objects of stream classes.
c. Member functions of stream objects can be applied to file streams.
d. istream, ostream and iostream are derived from ifstream, ofstream and fstream, respectively.
d. istream, ostream and iostream are derived from ifstream, ofstream and fstream, respectively.
Computer Science & Information Technology
You might also like to view...
To download an app on a Microsoft mobile device, use the _____ Store
Fill in the blank(s) with correct word
Computer Science & Information Technology
The conditional operator, also called the ____________ provides another way to express a simple if...else selection statement.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology