Computer Science, asked by shwetakamble914545, 4 months ago

which system calls are used by operating system to read data from file​

Answers

Answered by riya1660
1

Answer:

general, system calls are available as assembly language instructions. They are also included in the manuals used by the assembly level programmers. System calls are usually made when a process in user mode requires access to a resource. Then it requests the kernel to provide the resource via a system call.

A figure representing the execution of the system call is given as follows −

System Calls

Similar questions