public static void Main()
string strA = @"Hello\nPirzada";
Console.WriteLine("\n-------------------Separator---------------------\n");
Console.WriteLine("\n-------------------Separator---------------------\n");
string strC = @"C:\Codebuns\file.cs";
Console.WriteLine("\n-------------------Separator---------------------\n");
string strD = @"I am a ""Senior .NET Developer"".";