What are friend functions in C++?


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

Post New Answer

More C++ General Interview Questions

How many ways are there to initialize an int with a constant?

1 Answers  


How new/delete differs from malloc()/free?

0 Answers  


Specify some guidelines that should be followed while overloading operators?

0 Answers  


How many ways can a variable be initialized into in C++?

0 Answers   HCL,


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,






What is a singleton class c++?

0 Answers  


What is increment operator in c++?

0 Answers  


What is scope in c++ with example?

0 Answers  


Explain the difference between realloc() and free() in c++?

0 Answers  


What are C++ inline functions?

1 Answers  


What is a local reference?

0 Answers  


What is string in c++ programming?

0 Answers  


Categories