C Sharp (C#) - Strings and StringBuilder
Find the bug in this code:
string s1 = null;
string s2 = "hello";
bool result = s1.Equals(s2);
string s1 = null;
string s2 = "hello";
bool result = s1.Equals(s2);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions