S
Q. Which of the following correctly describes a friend function in C++?
A friend function is not a member of a class but has access to its private and protected members.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which of the following operators is used for object dereferencing in C++?
Q. Originally ‘C’ was developed as:
Q. Which one of the following is not a valid reserved keyword in C++
Q. An enumerated data type brings together a group of
Q. To perform stream I/O with disk files in C++, you should
Q. Which of the following type is provided by C++ but not C?
Q. In a class specified, data or functions and designated private are accessible
Q. A member function can always access the data in __________, (in C++).
Q. A language which has the capability to generate new data types are called
Discusssion
Login to discuss.