C Sharp (C#) - Collections
You need to store a list of user names that can change during program execution. Which approach is best and why?
List<string> allows adding/removing names easily without recreating the structure.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions