Home » C++ Programming » Questions and Answers » Question
  1. What type of algorithm is not available in creating our own STL style algorithms?
    1. sort
    2. copy_if()
    3. remove_copy_if()
    4. All of above
    5. None of these
Correct Option: B

copy_if()



Your comments will be displayed only after manual approval.