Wednesday 1 April 2020

What is Function Prototype- tccicomputercoaching.com


A function prototype is function declaration which present function's name, parameters and return type. It doesn't contain function body.This is written always outside the main function.




A function prototype gives information to the compiler that the function may later be used in the program.

Syntax:

         Returntype

fun name(datatype var1, datatype var2....);

To learn more in detail about Function, C Language, Programming, TCCI.

Call us @ 9825618292

Visit us @ www.tccicomputercoaching.com

No comments:

Post a Comment