โช Choose the correct option.
What is the problem in the following declarations?
int func(int);
double func(int);
int func(float);
int func(int);
double func(int);
int func(float);
int func(int);
double func(int);
int func(float);