Question: Which choice best describes a deadlock situation?
- when you try to instantiate two objects at the same time in the same class or struct
- when you are trying to execute an action after a user event is registered
- when simultaneous instructions are waiting on each other to finish before executing
- when you try to execute a series of events simultaneously on multiple threads
Answer: The correct answer of the above question is Option C:when simultaneous instructions are waiting on each other to finish before executing