

InterviewSolution
Saved Bookmarks
1. |
What is the purpose of function. |
Answer» "fflush()" flush any buffered output associated with filename, which is either a file opened for writing or a shell command for redirecting output to a pipe or coprocess. Example: fflush(FilePointer); fflush(NULL); flushes all streams. | |