Which of the following is not a valid escape code?
A) ” B) \
C) ‘ D) =
Which of the following is not a valid escape code
Answer: D) =
Explanation:
The valid escape codes in programming languages are ‘, “, \, n, or t are the valid escape codes.
For example, the sequence \n usually represents a newline, while the escape sequence \\ represents a backslash, \t usually represents a newtab.
Subject: Programming
Job Role: Analyst , Database Administration , IT Trainer