What is the purpose of fflush() function.
Answers
Answered by
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
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