Computer Science, asked by kaviprasath344, 10 months ago

Debug the errors and rewrite the following function prototypes: (a) int sum(x,y); (b) float product(a,int y); (c) float operate(int x, float=3.4); (d) float sum(int x,y);

Answers

Answered by Govindlal
3

Debug the errors and rewrite the following function prototypes: (a) int sum(x,y); (b) float product(a,int y); (c) float operate(int x, float=3.4); (d) float sum(int x,y);

Similar questions