Computer Science, asked by niveditasingh03, 8 months ago

write a prototype for the function change which will receive one integer and one double value and returns true or false​

Answers

Answered by Anonymous
1

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