Q. What does `del` keyword do?
β
Correct Answer: (C)
Deletes an object reference
Explanation: `del` removes the reference to an object, allowing it to be garbage collected.