Which of the following is true for race condition? A) race condition occurs where several processes access and manipulat
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following is true for race condition? A) race condition occurs where several processes access and manipulat
Which of the following is true for race condition?A) race condition occurs where several processes access andmanipulate the same data concurrentlyB) when race condition occurs, the outcome of the execution dependson the particular order in which the access takes placeC) both of the aboveD) none of the above