adspace
Answer Posted / Kumari Geetanjali
A C++ map (or std::map) is a data structure that stores key-value pairs, where the keys are sorted in a specific order. It provides fast lookup and insertion/deletion operations, but access to values using the key has logarithmic complexity.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers