Site icon Exam4Training

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.

Exit mobile version