Q.What is race condition?
Ans: - In multiprogramming environment when a number of process
Simultaneously try to modify the common variable then result depends on the particular order in which access takes place. This situation is known as race condition. Result depends on that that who wins the race and totally beyond the control of programmer.
This may lead to data inconsistency.
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment