English, asked by nikraghav8864, 21 days ago

The fflush () function flushes out the buffer

Answers

Answered by jigneshkdb
1

Answer:

The fflush() function causes the system to empty the buffer that is associated with the specified output stream, if possible. If the stream is open for input, the fflush() function undoes the effect of any ungetc() function. The stream remains open after the call. If stream is NULL, the system flushes all open streams.

Similar questions