1.

How Many Escape Sequences Are Recognized In Single-quoted Strings?

Answer»

There are 2 ESCAPE sequences you can use in SINGLE-quoted strings:
• \\ - Represents the back slash character.
• \' - Represents the single QUOTE character.

There are 2 escape sequences you can use in single-quoted strings:
• \\ - Represents the back slash character.
• \' - Represents the single quote character.



Discussion

No Comment Found