The function ________ is used to move the file pointer to a specific position in the file.

  • file_seek()
  • fseek()
  • move_pointer()
  • position_file()
In file handling, fseek() is employed to move the file pointer to a specified position within the file. This is crucial for navigating and accessing specific parts of a file during read or write operations.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *