File Pointer « File « C / ANSI-C






1.Reset file position indicator to start of the file
2.Set the file pointer to the beginning of a stream: how to use rewind
3. Return the current position in a stream: how to use ftell
4.Reposition file pointer to a saved location: how to use fsetpos