The function prototype is perfectly acceptable
Please help me this question ...thanks for your kindness
Which of the following function prototype is perfectly acceptable?
1. int Function(int Tmp = Show());
2. float Function(int Tmp = Show(int, float));
3. Both A and B.
4. float = Show(int, float) Function(Tmp);
|