In CS125 you used the following escape sequence n to print a new line character. What happened was the appearance of the 'caret' moving one line below and to the left margin. This is due to the operating system interpreting an n as both a LINE FEED and a CARRIAGE RETURN. Embedded programming does not do this.
Which of the following is the escape sequence for a LINE FEED?