View Single Post
  #1  
Old 06-14-2012, 10:18 PM
hanad hanad is offline
Forum Member
 
Join Date: Apr 2009
Location: Egypt
Posts: 98
Question 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);


Reply With Quote