-
Constructor initialization lists
What is advantage of using Constructor initialization lists?
-
-
-
-
-
Register Relation
Why p++ is faster than p+1?
-
-
What is friend function?
As the name suggests, the function acts as a friend to a class. As a friend of a class, it can access its private and protected members. A friend function is not a member of the class. But it must be listed in the class definition.
-
C++ Interview Questions
Ans