Functions

1. fopen()

Purpose: Opens a file and returns a pointer to a FILE structure representing the file.

2. fseek()

Purpose: Moves the file pointer to a specific position in the file.

3. ftell()

Purpose: Returns the current position of the file pointer.

4. fclose()

Purpose: Closes an opened file and frees resources associated with it.