Cumulus Systems Interview Question

what is deadlock?

Interview Answer

Anonymous

Aug 5, 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