What is singleton pattern in c++?


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

Post New Answer

More C++ General Interview Questions

Difference between pointer to constant and constant pointer to a constant. Give example.

0 Answers   HAL,


How do you invoke a base member function from a derived class in which you have not overridden that function?

0 Answers  


Does dev c++ support c++ 11?

0 Answers  


What are the advantages of using typedef in a program?

0 Answers  


Is c++ free?

0 Answers  






Explain the differences between list x; & list x();.

0 Answers  


Do the names of parameters have to agree in the prototype, definition, and call to the function?

0 Answers  


What is difference between shallow copy and deep copy? Which is default?

1 Answers  


Can a program run without main function?

0 Answers  


What does iomanip mean in c++?

0 Answers  


Describe friend function & its advantages.

0 Answers   TCS,


Show the application of a dynamic array with the help of an example.

0 Answers  


Categories