hey i want ("\nhelloworld\\t\a") as a output the program should be in C#(console application)
i treid but im not getting it..........remember that the output should be that written in bracket as a whole,dont think that this is newline character or for tab
Loading
AlanPosted Feb 4, 2008, 5:29 PM
Try this:
Console.WriteLine("(\"\\nhelloworld\\\\t\\a\")");