Vidyalelo
C# Programming · Q40

LINQ (Language

Programming · C# Programming · question 40

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
Answer
C.
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