Computer Science, asked by 6698, 10 months ago

Which escape sequences represent the newline character and null character?

Answers

Answered by Anonymous
5

Answer:

Of the octal escape sequences, \0 is the most useful because it represents the terminating null character in null-terminated strings.

The new-line character \n has special meaning when used in text mode I/O: it is converted to the OS-specific newline representation, usually a byte or byte sequence. Some systems mark their lines with length fields instead.

Hope it will be helpful :)

Answered by iamashish1917
10

Answer:

Of the octal escape sequences, \0 is the most useful because it represents the terminating null character in null-terminated strings. The new-line character \n has special meaning when used in text mode I/O: it is converted to the OS-specific newline representation, usually a byte or byte sequence.

For example, ' \n ' embeds a newline character in a double-quoted string and ... Here is a table of all the escape sequences used in Octave (within double ... Represents the null character, control-@, ASCII code 0 ...

if this answer is correct then mark this answer brainlist dear buddy and like

Similar questions