Computer Science, asked by mohin00, 8 months ago

a ____ character instructs the computer to move the cursor to the next line​

Answers

Answered by aishwarya4971
0

Answer:

“\n” is a backslash character constant which does the function of moving to the next line

Answered by anjaliom1122
0

Answer:

A \n character instructs the computer to move the cursor to the next line​.

Explanation:

\n is used as a line marker because it starts a new line. The escape sequence \n represents a newline. When a newline appears in the string output by a printf, the cursor moves to the start of the next line on the screen, replace new line (\n) with HTML br tag in string.

To move the cursor to the next line, use the \n character, also known as the Line Feed (LF) character. Windows uses \ r\n characters to indicate the beginning of a line, which is also known as Carriage Return and Line Feed (CRLF).

Similar questions