MCQs > IT & Programming > C# > What does the following code do? string a = 'hello'; string b = null; string c = a + b; Console.WriteLine(c);

C# MCQs

What does the following code do? string a = "hello"; string b = null; string c = a + b; Console.WriteLine(c);

Answer

Correct Answer: It outputs "hello"

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