What is function prototype?

Last updated on June 13th, 2020 at 08:26 pm




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);