The algorithm ____ is used to find the elements in one range of elements that do not appear in another range of elements.
A. set_union
B. set_difference
C. set_join
D. set_innerjoin
Answer: B
Computer Science & Information Technology
You might also like to view...
Network Monitor requires Windows server to run
Indicate whether the statement is true or false
Computer Science & Information Technology
When a recursive method ends, control of the program returns to the point:
a. after the recursive method call b. before the recursive method call c. before the next method d. after the next method e. None of these
Computer Science & Information Technology