What’s the quickest way to move to the end of a file?
What will be an ideal response?
While the file is open, you could use the lseek () system call to move to the end of the file. If the
reason you’re moving to the end is to add information to the file, you can also open it with the
O_APPEND flag to the open () system call.
Computer Science & Information Technology
You might also like to view...
Why is the audit trail important?
What will be an ideal response?
Computer Science & Information Technology
You view and change the position properties in the Position and Size section of the Properties panel.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology