STL (140)
OOPS (873)
C++ General (2409)
What is name mangling/name decoration?
Can we use this pointer in a class specific, operator-overloading function for new operator?
Is C++ case sensitive a) False b) Depends on implementation c) True
What does iomanip mean in c++?
What is a container class?
What is the use of turbo c++?
Does improper inheritance have a potential to wreck a project?
How to give an alternate name to a namespace?
You want to link a c++ program to c functions. How would you do it?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is virtual base class uses?
What are structs in c++?
Is there a difference between class and struct?
What are c++ tokens?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.