Q29
What is the purpose of the Interlocked class in C# multithreading?
A.
To signal one or more waiting threads that an event has occurred
B.
To perform atomic operations on variables
AnswerC.
To provide synchronization mechanisms for multithreaded programs
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board