What do you mean by escape sequences?
AnjalikaWadhwa59:
Escape sequences are used in the programming languages C and C++, and their design was copied in many other languages such as Java and C#
Answers
Answered by
0
Answer:
Character combinations consisting of a backslash (\) followed by a letter or by a combination of digits are called "escape sequences." To represent a newline character, single quotation mark, or certain other characters in a character constant, you must use escape sequences.
Answered by
0
Answer:
Escape sequences are used in the programming languages C and C++, and their design was copied in many other languages such as Java and C#.
Similar questions