Q. Which data structure can be used as a key in a dictionary?
β
Correct Answer: (C)
Tuple
Explanation: Only immutable types like tuples can be used as dictionary keys.