Escape Sequences Flashcards
1
Q
\t
A
Insert a tab in the text at this point
2
Q
\b
A
Insert a backspace in the text at this point
3
Q
\n
A
Insert a new line in the text at this point
4
Q
\r
A
Insert a carriage return in the text at this point
5
Q
\f
A
Insert a formfeed in the text at this point
6
Q
'
A
Insert a single quote character in the text at thi point
7
Q
"
A
Insert double quotes in the text at this point
8
Q
\
A
Insert a backslash character
9
Q
runtime error
A