Computer Science, asked by samarganesh2016, 3 months ago

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#
samarganesh2016: hii
AnjalikaWadhwa59: hi

Answers

Answered by khansameer31423
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 AnjalikaWadhwa59
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