Computer Science, asked by jayadevjayapati, 10 months ago

WHAT DO U MEAN BY ESCAPE SEQUENCE
PLZZZ ANSWER ITS URENT

Answers

Answered by akshitasanivalli
0

Explanation:

An escape sequence is a sequence of characters that does not represent itself when used inside a character or string literal, but is translated into another character or a sequence of characters that may be difficult or impossible to represent directly.

Answered by amannishad0512p5zxh6
0

These are the special symbols used in programming language to escape out.they are written in double codes using \.

like for nextline -"\n"

for tab - "\t"

Similar questions