The wait operation of the semaphore basically works on the basic _______ system call.
(a) stop()
(b) block()
(c) hold()
(d) wait()
This question was posed to me during an online interview.
Origin of the question is Semaphores topic in chapter Process Synchronization of Operating System