Home » C++ Programming » Questions and Answers » Question
  1. To what kind of elements does non-modifying sequence algorithm can be applied?
    1. List
    2. Range
    3. Vector
    4. All of above
    5. None of these
Correct Option: B

Non-modifying sequence algorithm can be applied to list and vector for example the “find” function can be applied to list and vector.



Your comments will be displayed only after manual approval.