Home » C++ Programming » Questions and Answers » Question
  1. What operator is used to remove the dupplicates in the range?
    1. ==
    2. %
    3. ^
    4. )
    5. None of these
Correct Option: A

The function uses operator== to compare the pairs of elements.



Your comments will be displayed only after manual approval.