Difference between a homogeneous and a heterogeneous container
What is the basic concept of c++?
What are the differences between the function prototype and the function defi-nition?
Explain the pure virtual functions?
What does #define mean in c++?
Explain friend class?
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
Is c++ an integer?
Tell me what are static member functions?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
When does a name clash occur?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
what is Loop function? What are different types of Loops?