C Sharp (C#) - Strings and StringBuilder
What will be the output of this code?
string result = "Start" + null + "End";
Console.WriteLine(result);
string result = "Start" + null + "End";
Console.WriteLine(result);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions