What is the purpose of a system call in an operating system?
Q1. What is the purpose of a system call in an operating system?
Answer: To invoke kernel services
Explanation: System calls provide a way for user-level programs to request services from the kernel, such as process creation or file access.