Q40
What is the purpose of the Except operator in LINQ?
A.
Returns the intersection of two sequences
B.
Returns elements from the first sequence that are not present in the second sequence
AnswerC.
Returns the union of two sequences
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board