Function Prototype in CIn C, a function prototype is a statement that tells the compiler about the functionâs name, its return type, numbers, and data types of its parameters. Function prototype provides a means for the compiler to cross-check function parameters and their data type with the function definition and the fu
4 min read