Multiple Choice
How many parameters are there in a unary operator implemented as a friend?
A) 0
B) 1
C) 2
D) as many as you need
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: If c is a character variable that
Q5: What member functions do you need to
Q6: Putting the keyword const after the function
Q7: All operators can be overloaded.
Q8: If a given task being performed by
Q10: If we have a full selection of
Q11: Why are the extraction and insertion operators
Q12: Write the function declaration for an assignment
Q13: In order to do automatic type conversion
Q14: In an overloaded insertion or extraction operator,