February 2020
Beginner to intermediate
616 pages
15h 16m
English
The fclose() function is used for closing the file. Here is its syntax:
int fclose(FILE *file_pointer)
Here, file_pointer represents the file pointer that is pointing at the open file.
The function returns a 0 value if the file is successfully closed.
Read now
Unlock full access