What is escape sequence ? How "a is different from "a" ?
Answers
Answered by
0
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
2
first a is a variable
second "a" is a constant
mahesh9651:
hlw
Similar questions