What is the purpose of the Thread.IsBackground property in C#?
A. It waits for a thread to finish its execution before continuing with the current thread
B. It suspends the execution of the thread
C. It determines whether a thread is a background thread or a foreground thread
D. It specifies the priority of the thread
Answer: Option C

Join The Discussion