Discussion :: Testing sawaal
-
Which of the following is not a valid escape code?
Answer : Option 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.
Be The First To Comment