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 |
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
What are the main characteristics of C++ as a programming language?
Write a function to find the nth item from the end of a linked list in a single pass.
What is size of Empty Class?
Can we sort map in c++?
What is static in c++?
What is the best way to take screenshots of a window with c++ in windows?
If dog is a friend of boy, is boy a friend of dog?
What are stacks? Give an example where they are useful.
What is tellg () in c++?
Will the inline function be compiled as the inline function always? Justify.
What do you mean by public protected and private in c++?