To find the first mismatching elements of two ranges in C++ STL, use the _______ algorithm. 

  • find 
  • mismatch 
  • search 
  • differentiate
The mismatch algorithm in C++ STL is used to compare two ranges and returns a pair of iterators pointing to the first position where the two ranges differ.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *