Vidyalelo
C# Programming · Q6

Multithreading in C Sharp

Programming · C# Programming · question 6

Q6

What is a race condition in multithreading?

A.
A condition that occurs when two or more threads access shared data and attempt to modify it at the same time
Answer
B.
A condition where multiple threads race to complete a task
C.
A condition where threads are locked in an infinite loop
D.
A condition where a thread blocks the execution of other threads

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board