C Functions Question:
Download Job Interview Questions and Answers 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 Question | Next Question |
What is C standard library? | What is fflush() function? |