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
What is the problem in the following C declarations?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the problem in the following C declarations?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!