STL (140)
OOPS (873)
C++ General (2409)
What is a block in c++?
By using c++ with an example describe linked list?
Which bitwise operator is used to check whether a particular bit is on or off?
When does a 'this' pointer get created?
What is the protected keyword used for?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
If a function doesn’t return a value, how do you declare the function?
Describe the advantages of operator overloading?
What is abstraction in c++ with example?
What are shallow and deep copy?
What is srand c++?
Differentiate between a constructor and a method in C++.
What do you mean by stack unwinding in c++?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
What is algorithm in c++ programming?