What is a container class?


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

Post New Answer

More C++ General Interview Questions

Is python better than c++?

0 Answers  


When can you tell that a memory leak will occur?

1 Answers  


Is swift better than c++?

0 Answers  


What is an accessor in c++?

0 Answers  


what is data encapsulation in C++?

0 Answers  






what is polymorphism?

14 Answers   Accenture,


How can I improve my c++ skills?

0 Answers  


What is a singleton class c++?

0 Answers  


How would perform Pattern Matching in C++?

0 Answers   Genpact,


class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.

2 Answers   Quark,


What is meaning of in c++?

0 Answers  


Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number

1 Answers   TATA, TCS,


Categories