What system call is used to obtain error number information?

What system call is used to obtain error number information?
A . close()
B . errno
C . access()
D . read()

Answer: B

Explanation:

errno is a variable that stores the error number from system calls indicating the type of error that occurred.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments