Where must the declaration of a friend function appear?
No Answer is Posted For this Question
Be the First to Post Answer
What is class definition in c++ ?
Is c++ vector a linked list?
Should the member functions which are made public in the base class be hidden?
What is an accessor in c++?
What is a friend function in c++?
Will a catch statement catch a derived exception if it is looking for the base class?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
What are vtable and vptr?
What are the extraction and insertion operators in c++? Explain with examples.
What is an incomplete type?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What c++ library is string in?