Consider the following solution to the mutual-exclusion problem involving two processes P0 and P1. Assume that the variable turn is initialized to 0. Process P0's code is presented below. Options: a) Mutual exclusion is achieved b) Mutual exclusion is not achieved c) Deadlock occurs d) Starvation occurs