What is the purpose of fflush() function?
Answers
Answered by
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
Science,
7 months ago
Political Science,
7 months ago
English,
7 months ago
Math,
1 year ago
History,
1 year ago