Choose The Wrong Statement About The Linq #643
Choose the wrong statement about the LINQ?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Delegates, Generics and LINQ - Fundamental of LINQ - Quiz No.1.
Choose the wrong statement about the LINQ?
The main concept behind the linq is query
linq makes use of foreach loop to execute the query
It is not required that linq should make use of IEnumerable interface
None of the mentioned