Computer Science, asked by aadi9999, 7 months ago

Write the prototype of a function ‘divide’ that takes two integers values and returns the quotient of double type.               ​

Answers

Answered by amritanshupandey6b7
0

Answer:

Your question isn't a question

Answered by prerana7713
7

Explanation:

double divide (int p, int q);

Similar questions