Computer Science, asked by biplavya11, 9 months ago

what is newline
escape sequence??​

Answers

Answered by anupardhi40
1

Answer:

It is the answer of question please follow me

Attachments:
Answered by smartbrainz
1

A Newline Escape Sequence is a character that represents the end of a line and the beginning of a new line.

  • In certain programming languages like C, Java and Perl, a newline character is denoted by '\n'.
  • Escape sequences are used to represent actions such as tab movements on printers and terminals. They provide literal specification to non-printable characters which have special meaning in a program code.
  • A newline character is also non- printable so it is denoted by a sequence of characters put together within a string literal.
  • A couple of more examples of escape sequence are : '\b', used for backspace and '\f', which is used for new page.

To know more about escape sequence, visit:

https://brainly.in/question/2076406

Similar questions