Select the correct statement regarding C++ I/O streams:
a. C++ provides only high-level I/O capabilities because it is a high-level programming language.
b. High-level (formatted) I/O is best for large-volume transfers.
c. Low-level I/O breaks information down into small, meaningful groups of related bytes.
d. Programmers generally prefer high-level I/O to low-level I/O.
d. Programmers generally prefer high-level I/O to low-level I/O.
Computer Science & Information Technology
You might also like to view...
Explicit type conversion is accomplished in C++ with which of the following operators?
A. type_cast B. explicit C. static_cast D. convert
Computer Science & Information Technology
The hierarchical file system tree used in Linux begins at the ____ directory.
A. usr B. / C. lib D. bin
Computer Science & Information Technology