MCQs>IT & Programming>C++ MCQs>Which STL class is the best fit for implementing a phonebook? Suppose each entry contains a name and a phone number, with no duplicates, and you want to have lookup by name.
C++ MCQs
Which STL class is the best fit for implementing a phonebook? Suppose each entry contains a name and a phone number, with no duplicates, and you want to have lookup by name.
Answer
Correct Answer: Std::map
Explanation:
Note: This Question is unanswered, help us to find answer for this one