C Sharp (C#) - Collections
Identify the error in this C# code snippet:
var list = new List{1, 2, 3}; list = {4, 5, 6};
var list = new List{1, 2, 3}; list = {4, 5, 6};
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions