A
Q. What is the problem in the following C declarations?
Code:
int func(int);
double func(int);
int func(float);
double func(int);
int func(float);
- Correct Answer - Option(D)
- Views: 29
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.