What is an algorithm (in terms of the STL/C++ standard library)?
Define namespace.
How does stack look in function calls? When does stack overflow? What can you do to remedy it?
Explain why C++ is not purely Object Oriented Language
Tell How To Check Whether A Linked List Is Circular ?
Define type casting in C++.
In C++ what do you mean by Inheritance?
Difference between Call by pointer and by reference.
Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.
How to reverse a string in C++
How to generate random numbers in C++ with a range?
Without using third variable write a code to swap two numbers.
How do you work around them?