What is a map in c++?


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

Post New Answer

More C++ General Interview Questions

implement stack using stack.h headerfile functions

1 Answers   Exilant, GMG, Subex, University,


Who calls main function?

0 Answers  


Difference between pass by value and pass by reference?

0 Answers  


Have you used MSVC? What do you think of it?

2 Answers   Google,


When does a name clash occur?

1 Answers  






What is the difference between static link library and dynamic link library?

7 Answers   Tech Mahindra,


Define friend function.

0 Answers  


Is there a c++ certification?

0 Answers  


class Foo { public: Foo(int i) { } }; class Bar : virtual Foo { public: Bar() { } }; Bar b; Referring to the above code, when the object 'b' is defined, a compiler error will occur. What action fixes the compiler error? a) Adding a virtual destructor to the class Bar b) Adding a constructor to Bar which takes an int parameter c) Adding "Foo()" to the Bar constructor d) Adding a copy constructor to the class Foo e) Adding "Foo(0)" to the Bar::Bar initializer list

2 Answers   Quark,


Mention the storage classes in c++.

0 Answers  


write a program that takes 5 digit no and calculate 2 power that no and print it.

3 Answers  


What is a smart pointer?

1 Answers  


Categories