What is semaphore explain different types of semaphores?
Answers
Answered by
1
In computer science, a semaphoreis a variable or abstract datatype used to control access to a common resource by multiple processes in a concurrent system such as a multitasking operating system. Semaphore is simply a variable.
Similar questions