Home » Technical Questions » Programming

Which of the following is not a valid escape code?

Correct Answer: =

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.


← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion