The correct choice is (b) False
Easy explanation: System calls are built into the kernel, but library functions are built on top of them. When a system call is invoked, the pre-processor switches to kernel mode and returns to the user mode when the call completes.