Multiple Choice
To use the map class, you must include
A) #include<key>
B) #include<key_value>
C) #include<map>
D) #include<multimap>
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: A mutable iterator gives you read/write access
Q16: A(n) _ is like a pointer. It
Q17: Which of the following defines an array
Q18: A technique introduced by C++11 to improve
Q19: Which of the following types of iterators
Q21: The difference between the unordered_multimap class and
Q22: A function object is an object that
Q23: The algorithms provided by the STL are
Q24: You can use the name of a
Q25: The most important data structures in the