Why pointer is used in c++?
Explain dangling pointer.
What are the various situations where a copy constructor is invoked?
What is type of 'this' pointer? Explain when it is get created?
Does c++ have string data type?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
What are different types of typecasting supported by C++
How do you establish a has-a relationship?
What kind of problems can be solved by a namespace?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
Should the member functions which are made public in the base class be hidden?
How many types of classes are there in c++?
Types of storage and scope of each type