What is a friend function in c++?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
• A non-member function that has access to the private and protected members of a class. Declared using the friend keyword.
| Is This Answer Correct ? | 0 Yes | 0 No |
• A non-member function that has access to the private and protected members of a class. Declared using the friend keyword.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a recursive program to calculate factorial in c++.
In what situations do you have to use initialization list rather than assignment in constructors?
What is the difference between std::vector and std::list
what is Member Functions in Classes?
Why did you leave your last job?
which is best institue to learn C/C++ IN AMEERPET OR MAITHRIVANAM OR SR NAGAR, PLEASE HELP. THANKS IN ADVANCE
What is meant by entry controlled loop? What all C++ loops are exit controlled?
Which algorithm do you like the most? Why?
What are friend functions in C++?
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
What are the various arithmetic operators in c++?
What is a singleton c++?