What is function prototype

Explain what is function prototype?

E

Expert

Verified

The function prototype explains function interface to the compiler by providing the details like number, type of arguments and the type of return values

Function prototype is defines as a declaration statement within the calling program and is of the following:

Type function_name(argument list); Eg float volume(int x,float y);

   Related Questions in C/C++ Programming

©TutorsGlobe All rights reserved 2022-2023.