Explain explicit container.


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

Post New Answer

More C++ General Interview Questions

Which operations are permitted on pointers?

0 Answers  


What is an adaptor class or wrapper class in c++?

0 Answers  


What are advantages of C++ when comparing with C?

18 Answers   HP, iGate, TCS,


When is dynamic checking necessary?

0 Answers  


What is c++ and its uses?

0 Answers  






You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()

0 Answers  


What is prototype in c++ with example?

0 Answers  


What is a container class? What are the types of container classes in c++?

0 Answers  


What is the use of cmath in c++?

0 Answers  


class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.

5 Answers   Quark,


How do you show the declaration of a virtual constructor?

0 Answers  


What is the difference between public, private, protected inheritance?

12 Answers   Wipro,


Categories