C Sharp (C#) - Strings and StringBuilder
What is the output of the following C# code?
string s = "Line1\nLine2"; Console.WriteLine(s);
string s = "Line1\nLine2"; Console.WriteLine(s);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions