Computer Science, asked by maham87, 11 months ago

Can anyone Explain me Semaphore in operating system.​

Answers

Answered by Anonymous
2

Answer:

Semaphores in Operating System. Semaphores are integer variables that are used to solve the critical section problem by using two atomic operations, wait and signal that are used for process synchronization. The wait operation decrements the value of its argument S, if it is positive.

HOPE IT HELPS

HAVE A GREAT DAY!!!

Similar questions