How would you implement a substr() function that extracts a sub string from a given string?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What does the linker do?
What is meant by a delegate?
Explain binary search.
Are there any special rules about inlining?
Tell me difference between constant pointer and pointer to a constant.
How do you invoke a base member function from a derived class in which you have not overridden that function?
What is the history of c++?
What does catch(…) mean?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What is a volatile variable in c++?
Disadvantages of c++