C Functions Question:

What is function prototype?

Answer:

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.

Read All 45 C Functions Questions
Previous QuestionNext Question
What is C standard library?What is fflush() function?