Q. Which datatype removes duplicates?
Solution:
Sets automatically remove duplicates, e.g., {1, 2, 2} becomes {1, 2}.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
Sets automatically remove duplicates, e.g., {1, 2, 2} becomes {1, 2}.
Strengthen Your Practice with our comprehensive question bank.