Thanks Rediat for the work you had done to make my concepts clear reading
what /r is.It sends the cursor position to the beginning of the next line.
But I am still having one confusion with /r
that is when we use
Console.Write("This is First Line \r and This is Second");
Then the output comes
" and This is Second"
Why is it truncating the part of the output. It is sending the cursor to the
second line's beginning then what happens to the part which was printed in
the first line

Reply via email to