C Functions Question:
Download Questions PDF

What is fflush() function?

Answer:

In ANSI, fflush() [returns 0 if buffer successfully deleted / returns EOF on an error] causes the system to empty the buffer associated with the specified output stream.

Download C Functions Interview Questions And Answers PDF

Previous QuestionNext Question
What is function prototype?What is calloc() function?