The "seek" system call allows the application program to change the value of the file's offset so that subsequent read/write is performed from a new position in the file. Which of the following task will require the use of seek operation:

The "seek" system call allows the application program to change the value of the file's offset
so that subsequent read/write is performed from a new position in the file. Which of the following task will
require the use of seek operation:



Reversing the contents of a file

Comments