C Sharp (C#) - Strings and StringBuilder
Identify the error in the following code snippet:
string s1 = "abc";
string s2 = null;
bool isEqual = s1.Equals(s2);
string s1 = "abc";
string s2 = null;
bool isEqual = s1.Equals(s2);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions