What is the use of includes function in c++?
Posted: Wed Jul 13, 2022 7:53 pm
a) Compares two ranges of data
b) Compares two sorted ranges of data
c) Includes a new element in the range
d) Includes a new element in the end
b) Compares two sorted ranges of data
c) Includes a new element in the range
d) Includes a new element in the end