Programming - Functions - Discussion

You Are Here :: Home > C++ Language > Functions - Discussion

 



Q.

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);

Answer: Option A
Explaination:

 


No Explanation




Discussion

Your Comments Goes here...
NameDiscussion