What is friend class in c++ with example?
No Answer is Posted For this Question
Be the First to Post Answer
What do you understand by pure virtual function? Write about its use?
In a class only declaration of the function is there but defintion is not there then what is that function?
Write any small program that will compile in "C" but not in "C++"?
What are smart pointer? Whats its use?
Write a program to concatenate two strings.
Which c++ operator cannot overload?
What is pointer to array in c++?
What do manipulators do?
What is a container class?
What is a lambda function c++?
How the virtual functions maintain the call up?
What is the real purpose of class – to export data?