Cumulus Systems interview question

what is deadlock?

Interview Answer

Anonymous

5 Aug 2018

Deadlock is a situation where a set of processes are blocked because each process is holding a resource and waiting for another resource acquired by some other process.

3