Computer Science C#
Which of the following standard query operator returns the differences between the two collections? Distinct Except Intersect Union Which of the following standard query operator returns the unique elements from two collections? Distinct Except Intersect Union
Expert Answer
Q-13 b)Except , which will give the difference between two collections
Q-14 d) Union, to get unique elements from two collections use union operation