Assume that the following function prototype is provided in the declaration of a class named Myclass:
friend void input(istream&, Myclass&);
Which of the following is a valid function header for this prototype?
a. friend void input(istream& in, Myclass C)
b. friend void Myclass::input(istream& in, Myclass C)
c. Myclass::input(istream& in, Myclass C)
d. void input(istream& in, Myclass)
e. Myclass::friend input(istream& in)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.