Is map sorted c++?


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

Post New Answer

More C++ General Interview Questions

What is "map" in STL?

2 Answers  


declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator

0 Answers  


What is the last index number in an array of 100 characters a) 100 b) 99 c) 101

0 Answers  


Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?

0 Answers   Maxobiz,


What is the topic of the C++ FAQ list?

1 Answers  






How is new() different from malloc()?

0 Answers  


What are static member functions?

0 Answers  


What is the difference between global int and static int declaration?

0 Answers  


What is size of Empty Class?

3 Answers   Persistent,


What is std :: flush?

0 Answers  


On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?

0 Answers  


What does flush do c++?

0 Answers  


Categories