Google News
logo
Operating System - Quiz(MCQ)
To access the services of the operating system, the interface is provided by the ___________
A)
API
B)
System calls
C)
Library
D)
Assembly instructions

Correct Answer :   System calls


Explanation : To access services of the Operating System an interface is provided by the System Calls. Generally, these are functions written in C and C++. Open, Close, Read, Write are some of most prominently used system calls.

Advertisement