Multiple Choice
The __________ function would produce a sequence containing 3 elements when passed the sequences 1, 2 and 1, 2, 3, 4, 5 as first/second and third/fourth arguments, respectively.
A) set_intersection
B) set_difference
C) set_union
D) set_symmetric_difference
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: Which of the following is not a
Q18: Which category of iterators combines the capabilities
Q26: If pairs is a map containing int
Q29: The list sequence container does not:<br>A) Efficiently
Q46: Which of the following is not an
Q49: Given that v1 and v2 are vectors,
Q51: Which of the following statements produces the
Q52: Sorting a preexisting sequence of n elements
Q53: Functions partial_sum and partial_sort are similar in
Q55: Which of the following is not a