InterviewSolution
Saved Bookmarks
| 1. |
A semaphore is a shared integer variable __________(a) that can not drop below zero(b) that can not be more than zero(c) that can not drop below one(d) that can not be more than oneThe question was posed to me during a job interview.This question is from Process Synchronization in section Processes of Operating System |
|
Answer» Right CHOICE is (a) that can not drop below ZERO |
|