Site icon Exam4Training

Which system call is used to check the accessibility of a file in C programming?

Which system call is used to check the accessibility of a file in C programming?
A . access()
B . errno
C . close()
D . open()

Answer: A

Explanation:

The access() system call is used to check the accessibility of a file in C programming.

Exit mobile version