What is lazy initialization in c++?


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

Post New Answer

More C++ General Interview Questions

What is a constructor in c++ with example?

0 Answers  


What are pointer-to-members? Explain.

0 Answers   iNautix,


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

0 Answers  


Why is it called c++?

0 Answers  


What is flush () in c++?

0 Answers  


What do you mean by early binding?

0 Answers  


Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator

2 Answers   HCL, Lehman Brothers, Zoomerang,


What is a tree in c++?

0 Answers  


Why should we use null or zero in a program?

0 Answers  


How do you declare A pointer to a function which receives nothing and returns nothing

0 Answers  


Which one between if-else and switch is more efficient?

0 Answers  


Does c++ have string data type?

0 Answers  


Categories