MCQs > IT & Programming > C# > What is the output of the following program? class Program { static void Main() { int? number = null; Console.WriteLine(number.ToString()); } }

C# MCQs

What is the output of the following program? class Program { static void Main() { int? number = null; Console.WriteLine(number.ToString()); } }

Answer

Correct Answer: Prints empty string in console

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