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 a header file is included twice by mistake in the program, will it give any error?
How to demonstrate the use of a variable?
5. Can inline functions have a recursion?
What are the basics of classifying different storage types, why?
2 Answers Astergate, Symphony,
Explain the pure virtual functions?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
What is the difference between Class and Structure?
40 Answers HP, IBM, Samsung, TCS,
what are the iterator and generic algorithms.
Difference between shift left and shift right?
Give 2 examples of a code optimization?
What is the extension of c++?
Out of fgets() and gets() which function is safe to use and why?