Write the prototype of a function ‘divide’ that takes two integers values and returns the quotient of double type.
Answers
Answered by
0
Answer:
Your question isn't a question
Answered by
7
Explanation:
double divide (int p, int q);
Similar questions