1) Mutual Exclusion is simple called as mutex, it is one of OS object.
2) In multi tasking environment, it allows only one task to access the shared data.
3) Every task has to put mutex lock when...