Write the prototype of a function calculate that accept a integer value,a float value and a char value and return sum of the three
Answers
Answered by
0
Answer:
int funcal(int x,float y,char z)
{ ;}
Explanation:
Similar questions