Home » C++ Programming » Questions and Answers » Question
  1. What is the use of includes function in c++?
    1. Includes a new element in the range
    2. Compares two ranges of data
    3. Compares two sorted ranges of data
    4. All of above
    5. None of these
Correct Option: C

Returns true if the first sorted range contains all the elements in the second sorted range.



Your comments will be displayed only after manual approval.