What is the purpose of the Thread class in C#?
A. To allocate memory for storing thread-related data
B. To provide synchronization mechanisms for multithreaded programs
C. To represent a single thread of execution
D. To manage a collection of threads
Answer: Option C

Join The Discussion