> Console.Write("This is First Line \r\n and This is Second");Then the output comes This is First Line and This is Second This OutPut is Beacuse that first the carriage is returned to First Position, Then the New Line Is Inserted
> Console.Write("This is First Line \r\n and This is Second");Then the output comes This is First Line and This is Second This OutPut is Beacuse that first the carriage is returned to First Position, Then the New Line Is Inserted