Vidyalelo
C Programming · Q184

Function

Programming · C Programming · question 184

Q184

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

A.
A function with same name cannot have different signatures
B.
A function with same name cannot have different return types
C.
A function with same name cannot have different number of parameters
D.
All of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board