|
| Total Answers and Comments: 5 |
Last Update: June 05, 2008 Asked by: prashanthi k |
|
| | |
|
Submitted by: divyavenki fflush()'s purpose is to write any buffered output data for the specified stream.fflush is used on the standard output stream because stdout is usually buffered and the output might not be prompted immediately.
Its prototype is int fflush(FILE *stream_pointer);
Above answer was rated as good by the following members: samcorp3, rajani_vaddepalli15 | Go To Top
|