What is lazy initialization in c++?
What is a constructor in c++ with example?
What are pointer-to-members? Explain.
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
Why is it called c++?
What is flush () in c++?
What do you mean by early binding?
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++?
Why should we use null or zero in a program?
How do you declare A pointer to a function which receives nothing and returns nothing
Which one between if-else and switch is more efficient?
Does c++ have string data type?