C Functions Question:
Download Questions PDF

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.

Download C Functions Interview Questions And Answers PDF

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