What are friend functions?
Answer / nashiinformaticssolutions
Friend functions can access private and protected members of a class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Will the following program execute?
Write the program form Armstrong no in c++?
What does catch(…) mean?
What is a multimap c++?
What are the types of STL containers?
What are the types of container classes?
Generally variables are stored in heap memory. When he variables are created in stack?
Is it possible to use a new for the reallocation of pointers ?
What is iomanip c++?
What do you mean by function and operator overloading in c++?
Is linux written in c or c++?
What is the difference between Pointer and a Reference? When you would use them?