⟩ What basically a system call is?
user programs cmmunicates with an o.s and request services
from it by system call.The purpose of system call is to
request the o.s to perform some task.every system call has a
library procedure that a user program call....