HomeNotesC ProgrammingWhat is function prototype? Total Read 12 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);