C
Programming and Technical
Programming
Definition
What is the purpose of fflush() function.
Options
1) flushes all streams and specified streams.
2) flushes only specified stream.
3) flushes input/output buffer.
4) flushes file buffer.
Read Solution (Total 3)
-
- 1
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. - 8 years agoHelpfull: Yes(1) No(0)
- 1.flushes all streams and specified streams
- 8 years agoHelpfull: Yes(1) No(0)
- option 3 ,, io buffer
- 8 years agoHelpfull: Yes(0) No(2)
C Other Question