What is the problem in the following C declarations?

   int func(int);
   double func(int);
   int func(float);

Posted on by