InterviewSolution
Saved Bookmarks
| 1. |
Semaphore is a/an _______ to solve the critical section problem.(a) hardware for a system(b) special program for a system(c) integer variable(d) none of the mentionedThis question was posed to me in a national level competition.This key question is from Semaphores in section Process Synchronization of Operating System |
|
Answer» The correct option is (C) INTEGER variable |
|