Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

a) Console.WriteLine(“\\”); b) Console.WriteLine(“\\\”); c) Console.WriteLine(“\\\\”); d) Console.WriteLine(“\\\\\\”); Answer: c Explanation: Console.WriteLine(“\\\\”); Output : \\

View Question