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
C. Returns the union of two sequences
D. None of the above
Answer: Option B
Join The Discussion