MCQs > IT & Programming > C# > What is the output of the following code? class Test { static void Main() { string s = @'Joe said\t ' 'Hello'' to me!'; System.Console.WriteLine(s); } }

C# MCQs

What is the output of the following code? class Test { static void Main() { string s = @"Joe said\t ""Hello"" to me!"; System.Console.WriteLine(s); } }

Answer

Correct Answer: Joe said\t "Hello" to me!

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it