ChatterBank4 mins ago
Functions
1 Answers
Which of the following function prototype is perfectly acceptable?
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);
Answers
Best Answer
No best answer has yet been selected by Aimee. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.