What is the primary purpose of a system call?
Q1. What is the primary purpose of a system call?
Answer: To invoke kernel services from user space
Explanation: System calls provide a way for user-space applications to request services from the kernel, such as process creation or I/O operations.