Computer Science, asked by Ashi5521, 9 months ago

Write a program using semaphore to avoid the race condition.​

Answers

Answered by ItsVirat
0

Explanation:

To avoid race condition we need Mutual Exclusion. Mutual Exclusion is someway of making sure that if one process is using a shared variable or file, the other processes will be excluded from doing the same things.

Similar questions