web analytics

What is function prototype?




Prototype : The declaration of a function is known as function prototype. The function prototype is coded in the following format,





Funtion_type   function_name(parameter list);
Scroll to Top