Where must the declaration of a friend function appear?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is class definition in c++ ?

0 Answers  


Is c++ vector a linked list?

0 Answers  


Should the member functions which are made public in the base class be hidden?

0 Answers  


What is an accessor in c++?

0 Answers  


What is a friend function in c++?

0 Answers  






Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.

0 Answers   TCS,


What are vtable and vptr?

0 Answers  


What are the extraction and insertion operators in c++? Explain with examples.

0 Answers  


What is an incomplete type?

1 Answers  


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

0 Answers  


What c++ library is string in?

0 Answers  


Categories