Home » C++ Programming » Questions and Answers » Question
  1. How many parameters are present in mismatch method in non-sequence modifying algorithm?
    1. 3 or 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: A

There are two definitions of mismatch with either three or four parameters. They are first1, last1, first2 and optional predicate.



Your comments will be displayed only after manual approval.