Dead

lock

Answer: Deadlock is a situation in which two or more competing actions are each waiting for the other to finish, and thus neither ever does. It is a common problem in multi-tasking computer operating systems. Deadlock can occur when multiple processes have exclusive access to shared resources, and each process is waiting for the other to release the resources.