C Functions Question:

What is function prototype?

C Functions Interview Question
C Functions Interview Question

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.


Previous QuestionNext Question
What is C standard library?What is fflush() function?