Peterson algorithm implements mutually exclusive access by pure software. But it only illustrates the mutual exclusion between the two processes, as shown below -sharpdefine FALSE 0 -sharpdefine TRUE 1 -sharpdefine N 2 int turn; int interested[N]; vo...