What are containers in c++?


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

Post New Answer

More C++ General Interview Questions

What is this pointer in c++?

1 Answers  


Difference between declaration and definition of a variable.

0 Answers  


What is stack unwinding?

0 Answers  


What is an html tag?

0 Answers  


write a function signature with various number of parameters.

0 Answers  






What is the use of c++ programming language in real life?

0 Answers  


Explain how the virtual base class is different from the conventional base classes of the opps.

0 Answers  


Discuss the possibilities related to the termination of a program before entering the mainq method?

0 Answers  


How to stop conversions among objects?

5 Answers   Symphony,


How many standards of c++ are there?

0 Answers  


How can I learn dev c++ programming?

0 Answers  


class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4

4 Answers   Quark,


Categories