Kizspy | Question: 21
(Choose 1 answer)
What is thread starvation in concurrency programming?
A. A situation where threads are executed sequentially
B. A situation where there is no coordination between multiple threads
C. A situation where a thread does not get access to the shared resource it needs to progress
D. A situation where multiple cores are not utilized efficiently