Pick the correct statement.
(a) Friend functions are in the scope of a class
(b) Friend functions can be called using class objects
(c) Friend functions can be invoked as a normal function
(d) Friend functions can access only protected members not the private members
This question was addressed to me during an interview.
My question is from Friend Function topic in division Source Files, Classes and Operator Overloading in C++ of C++