What information can an exception contain?
What happens if a pointer is deleted twice?
Differentiate between the message and method in c++?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
Where the memory to the static variables is allocated?
State two differences between C and C++.
What is the difference between *p++ and (*p)++ ?
Name the operators that cannot be overloaded in C++?
What is difference between array and vector in c++?
Mention the purpose of istream class?
What is difference between c++ 11 and c++ 14?
Explain linked list using c++ with an example?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
How is c++ used in the real world?
When to use “const” reference arguments in a function?