When should we use container classes instead of arrays?


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

Post New Answer

More C++ General Interview Questions

Is empty stack c++?

0 Answers  


How can a '::' operator be used as unary operator?

1 Answers  


Which function should be used to free the memory allocated by calloc()?

0 Answers  


What is a unnitialised pointer?

0 Answers  


What is microsoft c++ redistributable 2013?

0 Answers  






How to create a pure virtual function?

1 Answers  


Differentiate between a constructor and a destructor in c++.

0 Answers  


what is upcasting in C++?

0 Answers  


What is the use of register keyword with the variables?

0 Answers  


What gives the current position of the put pointer?

0 Answers  


What is oop in c++?

0 Answers  


class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


Categories