What is the purpose of the Thread.Abort() method in C#?
A. To wait for a thread to finish its execution before continuing with the current thread
B. To synchronize access to a shared resource
C. To terminate the current thread immediately
D. To signal one or more waiting threads that an event has occurred
Answer: Option C

Join The Discussion