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 are the implicit member functions of class?

0 Answers  


Difference between Operator overloading and Functional overloading?

10 Answers   HP,


what are difference between c and c++?

9 Answers   Accenture,


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

0 Answers  


What is the difference between a type-specific template friend class and a general template friend class?

0 Answers  






Is c++ a low level language?

0 Answers  


Explain the difference between c & c++?

0 Answers  


What can I safely assume about the initial values of variables which are not explicitly initialized?

0 Answers  


How can you link a c program with a c function?

0 Answers  


How do you clear a buffer in c++?

0 Answers  


write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)

0 Answers  


You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


Categories