Q115
How to print \ on the screen?
A.
Console.WriteLine("\\");
B.
Console.WriteLine("\\\");"
C.
Console.WriteLine("\\\\");
AnswerD.
Console.WriteLine("\\\\\\");
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board