Home » Archives for November 19th, 2009
Function Declaration (Prototype)
Function Declaration (Prototype):
The function declaration is also called prototype. Prototype means sample or model. The function declaration only provides the model of the function. Since function declaration provides the model of the function, it is called prototype.
In function declaration, the following information about the function is provided to the compiler:
• The...