What is an associative container in c++?


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

Post New Answer

More C++ General Interview Questions

Describe run-time type identification?

1 Answers  


What is else syntax in c++?

0 Answers  


What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;

4 Answers   Lehman Brothers,


What do you mean by function overriding & function overloading in c++?

0 Answers  


Explain Memory Allocation in C/C++ ?

0 Answers   Infosys,






Where must the declaration of a friend function appear?

0 Answers  


What does std mean in c++?

0 Answers  


What is a null object in c++?

0 Answers  


Can char be a number c++?

0 Answers  


What is purpose of new operator?

0 Answers  


What is the difference between c++ and turbo c++?

0 Answers  


How to give an alternate name to a namespace?

0 Answers  


Categories