Vidyalelo
C# Programming · Q29

Multithreading in C Sharp

Programming · C# Programming · question 29

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
Answer
C.
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