C Sharp (C#) - LINQ Fundamentals
Find the error in this LINQ query:
var result = from n in numbers select n where n > 5;
var result = from n in numbers select n where n > 5;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions