Answer Posted / 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 |
Post New Answer View All Answers
What happens when the extern "c" char func (char*,waste) executes?
Can you use the function fprintf() to display the output on the screen?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
Is there any difference between int [] a and int a [] in c++?
What is constructor c++?
Can non-public members of another instance of the class be retrieved by the method of the same class?
Explain the static storage classes in c++.
What is c++ library?
Why do we need function?
What is an associative container in c++?
What are the rules for naming an identifier?
Is c++ primer good for beginners?
What does namespace mean in c++?
What is virtual destructor ans explain its use?
What is vector processing?