Answer is:
all of these
Explanation:
A state is safe if the system can allocate resources to each process (up to its maximum) in some order and still avoid deadlock. Then
* deadlocked state is unsafe
* unsafe state may lead to a deadlock situation
* deadlocked state is a subset of unsafe state
Answer is: