Multiple Choice
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.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: To write fixed-length records, use file open
Q3: Which of the following does not have
Q4: Which of the following is not a
Q5: Which of the following functions would not
Q6: When used with ofstream objects, operator! is
Q7: Select the proper object type. _ file("file.dat",
Q8: For an ifstream object A, a class
Q9: Select the false statement. The reinterpret_cast operator:<br>A)
Q10: A random access file is organized most
Q11: In order to perform file processing in