Is multimap sorted c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Is there a sort function in c++?

0 Answers  


Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?

6 Answers   CSC,


What are single and multiple inheritances in c++?

0 Answers  


What is the difference between reference type and pointers.

4 Answers   HCL,


What is #include cmath?

0 Answers  






What is c++ library?

0 Answers  


How the V-Table mechanism works?

6 Answers   HP,


What is a dangling pointer in c++?

0 Answers  


What is constructor c++?

0 Answers  


What is the use of namespace std in C++?

0 Answers   Hexaware,


When does a name clash occur?

1 Answers  


What is an action class?

1 Answers  


Categories