C Functions Question: Download C Functions PDF

What is fflush() function?

Tweet Share WhatsApp

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 PDF Read All 45 C Functions Questions
Previous QuestionNext Question
What is function prototype?What is calloc() function?