Which system call is used to write data to a file in C programming?

Which system call is used to write data to a file in C programming?
A . symlink()
B . readlink()
C . link()
D . write()

Answer: D

Explanation:

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

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments