Computer Science, asked by chidu7968, 9 months ago

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 vkkr532001
0

Answer:

int funcal(int x,float y,char z)

 {                               ;}

Explanation:

Similar questions