What is the purpose of the Thread.IsAlive property in C#?
A. It suspends the execution of the thread
B. It specifies the priority of the thread
C. It checks whether the thread is alive or not
D. It determines whether a thread is a background thread or a foreground thread
Answer: Option C

Join The Discussion