Blog
What is Function Prototype- tccicomputercoaching.com
- April 1, 2020
- Posted by: Riddhi Dhandha
- Category: C Programming Langauge at TCCI
No Comments
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