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 |
Can turbo c++ run c program?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
What are the various oops concepts in c++?
Can we run c program in turbo c++?
sir there is some problem with nokia5130c-2,when we are trying to upload movies from net then there is a error occurred"FORMAT NOT SUPPORTED" bt its all ready in 3gp format.please tell me what i do now?
What is do..while loops structure?
What is the function of I/O library in C++ ?
What is rtti in c++?
What is a storage class used in c++?
Name the operators that cannot be overloaded in C++?
What is a string example?
what is COPY CONSTRUCTOR and what is it used for?