InterviewSolution
Saved Bookmarks
| 1. |
Suppose P, Q and R are co-operating processes satisfying Mutual Exclusion condition. Then if the process Q is executing in its critical section then(A) ‘P’ executes in critical section(B) ‘R’ executes in critical section(C) Neither ‘P’ nor ‘Q’ executes in their critical section(D) Both ‘P’ and ‘R’ executes in critical section |
| Answer» | |