What system call is used to change the offset of the open file in C programming?

What system call is used to change the offset of the open file in C programming?
A . dprintf()
B . unlink()
C . lseek()
D . access()

Answer: C

Explanation:

The lseek() system call is used to change the offset of the open file in C programming.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments