What system call is used to open a file in C programming?

What system call is used to open a file in C programming?
A . open()
B . write()
C . close()
D . read()

Answer: A

Explanation:

The open() system call is used to open a file in C programming.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments