6 6 votes Mutual exclusion problem occurs between two disjoint processes that do not interact among processes that share resources among processes that do not use the same resource between two processes that uses different resources of different machine Operating System isro2017 operating-system process-synchronization mutual-exclusion + – sh!va 8.0k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
Best answer 10 10 votes A mutual exclusion (mutex) is a program object that prevents simultaneous access to a shared resource. This concept is used in concurrent programming with a critical section, a piece of code in which processes or threads access a shared resource. Hence, option B is correct... akash.dinkar12 answered May 7, 2017 • selected May 8, 2017 by ManojK akash.dinkar12 comment Share Follow 0 reply Please log in or register to add a comment.
1 1 vote Mutual exclusion happens when two processes share some resources. This is because if both processes access the resource at same time, it leads to error. Ans is B. AnilGoudar answered May 7, 2017 AnilGoudar comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes Among process that share resources b answered May 8, 2017 b comment Share Follow See all 3 Comments 3 3 Comments reply cse23 commented May 8, 2017 reply Follow flag Among process that do not use same resources 0 0 replyShare Prashant. commented May 8, 2017 reply Follow flag Question ask mutual exclusion problem not mutual exclusion, isnt? 0 0 replyShare jacknroll commented Dec 5, 2025 reply Follow flag she is mutually excluded from the topic ig 0 0 replyShare Please log in or register to add a comment.