Computer Science, asked by rt410594, 1 month ago

30. What are the escape sequences?

1) Set of characters that convey special
meaning in a program
2) Set of characters that whose use are
avoided in C++ programs
3) Set of characters that are used in the
name of the main function of the
program
4) Set of characters that are avoided in
cout statements​

Answers

Answered by santoshmahadik1983
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 ssnikita786
0

set of characters that convince special meaning in a program

Similar questions