English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Define fflush and describe what it does. Define frewind and describe what it does.

2006-11-26 03:12:27 · 2 answers · asked by missbehavin288 1 in Computers & Internet Programming & Design

2 answers

Well, good information on all that can be had at the two URLs below. There isn't any frewind in standard ANSI libs, so you may have to find other resources there unless I miss understood or you typoed it. Figure it out from there.

2006-11-26 05:45:36 · answer #1 · answered by Anonymous · 0 0

In the C language fflush (File Flush) function causes any unwritten data to be written to a file. If this is not used data will be written when a buffer is full or on using fclose.

frewind - File Rewind - sets the file pointer to the beginning of the file (not standard C?).

2006-11-26 13:59:43 · answer #2 · answered by ROY L 6 · 0 0

fedest.com, questions and answers