Computer Science, asked by sameerkhan06118, 1 month ago

What is the purpose of fflush() function.


Answers

Answered by Utsav290611
0

Answer:

Flush() method flushes the stream. If the stream has saved any characters from the various write() methods in a buffer, write them immediately to their intended destination. Then, if that destination is another character or byte stream, flush it.

Answered by 2008shrishti
0

Answer:

Answer:

Flush() method flushes the stream. If the stream has saved any characters from the various write() methods in a buffer, write them immediately to their intended destination. Then, if that destination is another character or byte stream, flush it.

Explanation:

Hope this answer will help you.✌️

Similar questions