Computer Science, asked by abhay7764, 1 year ago

What is system call ? State the system calls provided by the operating system for the device management.

Answers

Answered by Anonymous
2

A system call is a way for programs to interact with the operating system. A computer program makes a system call when it makes a request to the operating system's kernel. It provides an interface between a process and operating system to allow user-level processes to request services of the operating system.

Similar questions