Concept Flow - File pointer manipulation
Open file
File pointer at start
Read/Write data
Move pointer (fseek)
Read/Write at new position
Close file
Open a file, read or write data, move the file pointer to a new position, then read or write again before closing.