Choose the wrong statement about the LINQ?
A. The main concept behind the linq is query
B. linq makes use of foreach loop to execute the query
C. It is not required that linq should make use of IEnumerable interface
D. None of the mentioned
Answer: Option C
Join The Discussion