What are the functions to open and close the file in C language?

The fopen() function is used to open file whereas fclose() is used to close file.