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 is c++ vb?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
Is it possible to write a c++ template to check for a function's existence?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Define pure virtual function?
What are the advantages of c++?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
Discuss the possibilities related to the termination of a program before entering the mainq method?
What are associate containers?
Explain how an exception handler is defined and invoked in a Program.
Why was c++ made?
How do you clear a set in c++?
What are the five basic elements of a c++ program?
What are all predefined data types in c++?