Computer Science, asked by harsha1511vardhan, 11 months ago

What is function prototype?

Answers

Answered by chavi3285
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