1.

What is the problem in the following C declarations?
int function(int);
double function(int);
int function(float);

A. A function with same name cannot have different return types
B. A function with same name cannot have different number of parameters
C. A function with same name cannot have different signatures
D. All of above
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs