Q972
What is the correct function prototype of () operator overloading?
A.
return_type operator(arguments)();
B.
return_type operator(arguments);
C.
return_type operator()(arguments);
AnswerD.
return_type operator(Class_name)(arguments);
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board