STL (140)
OOPS (873)
C++ General (2409)
What is interface? When and where is it used?
Mention the ways in which parameterized can be invoked. Give an example of each.
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
Which sort does c++ use?
How do you establish a has-a relationship?
Which operator cannot overload?
What do you understand by zombie objects in c++?
What are constructors in oop?
What is encapsulation in ict?
What is the best ide for c++?
What is object-oriented programming? Webopedia definition
Does c++ have finally?
What does scope resolution operator do?
How do you convert stl to steps?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}