Vikas, I strongly agree with Glenn's contention that ALL your posts
indicate a severe lack of basic fundamentals. I would suggest that you
read a few books, attend a few classes, or check out some
comprehensive articles/tutorials because you will not learn .NET by
asking questions in programming forums. This is not an effective
learning medium.
We all have got here by starting with the basics and building upon
them. This is not to say that we do not learn something new everyday.
Rather, it is to assert that if your basic understanding of the
framework is shaky, you will never be able to go beyond the nitty
gritty and into the next level of proficiency.
On Nov 7, 10:10 am, "VIKAS GARG" <[EMAIL PROTECTED]> wrote:
> 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