C Sharp (C#) - Strings and StringBuilder
Find the issue in this code:
string s = null; int length = s.Length; Console.WriteLine(length);
string s = null; int length = s.Length; Console.WriteLine(length);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions