Which of the following function prototype is perfectly acceptable? - Study24x7
Social learning Network
28 Mar 2023 11:19 AM study24x7 study24x7

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

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles