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.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments