MCQs > IT & Programming > C# > What is the output of the following code: class CCheck { public static void Main() { string str = @'E:\\RIL\\test.cs'; Console.WriteLine(str); } }

C# MCQs

What is the output of the following code:

class CCheck {

    public static void Main() {

        string str = @"E:\\RIL\\test.cs";

        Console.WriteLine(str);

    }

}

Answer

Correct Answer: E:\\RIL\\test.cs

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

More C# MCQ Questions

search

C# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it