In C++, which of the following function prototype is perfectly acceptable?

Questions and AnswersCategory: ProgrammingIn C++, which of the following function prototype is perfectly acceptable?
Kovair Software asked 4 years ago

A. int Function(int Tmp = Show());
B. float Function(int Tmp = Show(int, float));
C. Both A and B.
D. float = Show(int, float) Function(Tmp);

Your Answer

14 + 9 =