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 |
how to explain our contribution in the project?
What is the difference between *p++ and (*p)++ ?
which operator is used for performing an exponential operation a) > b) ^ c) none
Does c++ have a hash table?
What are c++ variables?
Write a program that read 2o numbers in and array and output the second largest number. Can anybody help??
Why is c++ difficult?
How size of a class can be calulated?
Where must the declaration of a friend function appear?
What are the types of container classes?
What is an incomplete type?
How many types of scopes are there in c++?