Question:What is escape sequence? How to use it? 

Answer Escape sequence is a way to include escape characters and sequences for additional control over string literals. It is written by prefacing a code with a backslash(\). For example, the literal \' prints an apostrophe without affecting the literal itself. 

+ Report
Total Preview: 1037
What is escape sequence? How to use it?
Copyright © 2024. Powered by Intellect Software Ltd