Computer Science, asked by arjunsrinand15, 11 days ago

Write a function prototype 'compare' which accepts a double value , an integer
value and returns a double value.​

Answers

Answered by mamtabadhan89
0

Answer:

function prototype. accept a double value an integer value and return s a double value

Answered by Sly01
6

First of all, function prototypes include the function signature, the name of the function, return type and access specifier. In this case the name of the function is "Sum". The function signature determines the number of parameters and their types. In the above example, the return type is "void".

Similar questions