Vidyalelo
C++ Programming · Q9

Multi threading in C++

Programming · C++ Programming · question 9

Q9

What is deadlock in multi-threading?

A.
A situation where a thread blocks other threads from executing
B.
A situation where threads execute out of order
C.
A situation where two or more threads are waiting indefinitely for each other to release resources
Answer
D.
A situation where threads race to access shared resources

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board