Q. What is a semaphore? (Solved)
1. is a binary mutex
2. must be accessed from only one process
3. can be accessed from multiple processes
4. none of the mentioned
- c. can be accessed from multiple processes
1. is a binary mutex
2. must be accessed from only one process
3. can be accessed from multiple processes
4. none of the mentioned