Q. Which method removes all elements from a set?
β
Correct Answer: (C)
clear()
Explanation: clear empties the set entirely.
Explanation: clear empties the set entirely.