Explain container class.


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

Post New Answer

More C++ General Interview Questions

Why do we use using namespace std in c++?

0 Answers  


Why are pointers not used in c++?

0 Answers  


Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

0 Answers  


What is flush programming?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

0 Answers   CTS,






What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack

0 Answers  


What is lazy initialization in c++?

0 Answers  


Can we use clrscr in c++?

0 Answers  


Is there a sort function in c++?

0 Answers  


What is static function? Explain with an example

0 Answers  


What are the classes in c++?

0 Answers  


Explain differences between alloc() and free()?

0 Answers  


Categories