What is the use of 'this' pointer?
How do I download c++?
What is exception handling? Does c++ support exception handling?
What is the use of endl in c++ give an example?
What size is allocated to the union variable?
What is the use of namespace std in C++?
What are shallow and deep copy?
what is multi-threading in C++?
Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.
what do you mean by memory management operators
What is c++ try block?
What are friend classes? What are advantages of using friend classes?
why and when we can declar member fuction as a private in the class?