adspace


What is a c++ map?

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


Please Help Members By Posting Answers For Below Questions

daily Routine of father

1492


What character terminates all character array strings a) b) . c) END

1403


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

1172


Can union be self referenced?

1279


What is the latest version on c++?

1217