What is a constructor and how is it called?


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

Post New Answer

More C++ General Interview Questions

What's the order in which the local objects are destructed?

0 Answers  


What do you mean by overhead in c++?

0 Answers  


If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];

3 Answers  


What is a pointer how and when is it used?

0 Answers  


What is "map" in STL?

2 Answers  






Is c++ still being used?

0 Answers  


Can user-defined object be declared as static data member of another class?

0 Answers  


What is a singleton c++?

0 Answers  


What is virtual table?

0 Answers  


How do you test your code?

4 Answers   Microsoft,


What is a local variable?

0 Answers  


make a middle node of doubly linklist to the top of the list

1 Answers  


Categories