employer cover photo
employer logo
employer logo

Tudip Technologies

Is this your company?

Tudip Technologies interview question

Semaphores, double pointers

Interview Answer

Anonymous

3 May 2019

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. types: counting and binary semaphores.