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 linked list in c++?

0 Answers  


Mention the storage classes in c++.

0 Answers  


How do I get good at c++ programming?

0 Answers  


Can a constructor return a value?

1 Answers  


What do you mean by late binding?

0 Answers  


How would you differentiate between a pre and post increment operators while overloading?

0 Answers  


What is operators in c++?

0 Answers  


write the prime no program in c++?

16 Answers  


What are the 3 levels of programming languages?

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.

1 Answers  


List out some of the OODBMS available?

1 Answers  


Array base access faster or pointer base access is faster?

0 Answers  


Categories