write a prototype for the function change which will receive one integer and one double value and returns true or false
Answers
Answered by
0
Answer:
Function prototype. The function heading without the body, terminated by a semicolon. Purpose of a function prototype. Prototypes are placed before the main function so that the program can compile correctly when the function definitions are after the main function. Customary location of user-defined functions.
Similar questions