When working with random access files. Which function resets the current position to the start of the file?
A. rewind()
B. ftell()
C. fseek()
D. fflush()
查看答案
A file stream is a one-way transmission path that is used to connect a file stored on a physical device to a program.
FILE is data type defined in .
If a file opened for reading does not exist, the fopen() function returns the NULL address value.
The end-of-file sentinel is never counted as part of the file.