Answers

Question and Answer:

  Home  C Functions

⟩ What is function prototype?

A function prototype is a mere declaration of a function. It is written just to specify that there is a function that exists in a program.

 159 views

More Questions for you: