What is function prototype?
Answers
Answered by
7
Answer:
Function prototype is a function declaration that specifies the data types of its argument in the parameter list. The compiler uses the information in the function prototype to ensure that the corresponding function definition and all corresponding functions declaration and calls within the scope of the prototype.
Similar questions