Multiple choice

The major problems with semaphore involves

  1. race condition

  2. deadlock avoidance

  3. both 1 and 2

  4. all of these

  5. none of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Semaphore involves problem of race condition and deadlock avoidance.