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.
You might also like to view...
Given the declaration Circle[] x = new Circle[10], which of the following statement is most accurate?
a. x contains an array of ten int values. b. x contains an array of ten objects of the Circle type. c. x contains a reference to an array and each element in the array can hold a reference to a Circle object. d. x contains a reference to an array and each element in the array can hold a Circle object.
Give an upper bound on the number of pages that must be fetched to perform a binary search for a particular name in the phone book for your city or town.
What will be an ideal response?
The ____________________ provides preventive maintenance, component installation, and repair services to customers.
Fill in the blank(s) with the appropriate word(s).
The MIN function determines the minimum value in a row.
Answer the following statement true (T) or false (F)