c. Make C++ an open source programming language.
d. Increase compatibility with the C programming language.
Which of the following C++ Standard Library headers does not contain a C++ Standard
Library container class?
a. <vector>.
b. <list>.
c. <stack>.
d. <string>.
Which of the following data items are arranged from the smallest to the largest in the
data hierarchy.
a. records, characters, fields, bits, files.
b. bits, files, fields, records, characters.
c. fields, characters, bits, files, records.
d. bits, characters, fields, records, files.