In C++, which of the following function prototype is perfectly acceptable? DWQA Questions › Category: Programming › In C++, which of the following function prototype is perfectly acceptable? 0 Vote Up Vote Down Roy M Staff asked 7 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);