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
This question was posed to me in homework.
This interesting question is from Fundamental of LINQ topic in chapter Delegates, Generics and LINQ of C#