Difference between a homogeneous and a heterogeneous container


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

Post New Answer

More C++ General Interview Questions

What is the basic concept of c++?

0 Answers  


What are the differences between the function prototype and the function defi-nition?

0 Answers  


Explain the pure virtual functions?

0 Answers  


What does #define mean in c++?

0 Answers  


Explain friend class?

0 Answers  






#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


Is c++ an integer?

0 Answers  


Tell me what are static member functions?

0 Answers  


If you want to share several functions or variables in several files maitaining the consistency how would you share it?

0 Answers  


When does a name clash occur?

1 Answers  


How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?

0 Answers   Yahoo,


what is Loop function? What are different types of Loops?

0 Answers  


Categories