C Sharp (C#) - Collections
What will be the output of the following C# code?
var list = new List{ 1, 2, 3, 3, 4 }; Console.WriteLine(list.Count);
var list = new List{ 1, 2, 3, 3, 4 }; Console.WriteLine(list.Count);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions