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.
The standard library functions rewind(), fseek(), and ftell() can be used to provide random access to a file.
Which function can close a file stream?
A. open()
B. fopen()
C. fclose()
D. close()