I am now aware of the theoretical explanation of CR & LF. Carriage Return (CR): moving to the begining of the line without progressing forward. Line Feed (LF): moving a line forward or next line.
But i am not able to visualize the below statements.
Windows applications store a new line as: carriage return and line feed (CR+LF).
Unix and Mac OSX uses LF.
Old Mac systems uses CR.
XML stores a new line as LF.
Can anyone show an example on this?