Computer Science, asked by subramanyamt8386, 1 year ago

What is the purpose of fflush() function?

Answers

Answered by sap000006
2
fflush() is typically used for output stream only. Its purpose is to clear (or flush) the output buffer and move the buffered data to console (in case of stdout) or disk (in case of file output stream). Below is its syntax.
Similar questions