Answer:
Hi there Kaylee! The answers to the blanks are as follow:
1.The character escape sequence to force the cursor to go to the next line is \\
2. The character escape sequence to force the cursor to advance forward to the next tab setting is \t
3.The character escape sequence to represent a single quote \'
4.The character escape sequence to represent a double quote is \"
5.The character escape sequence to represent a backslash is \\
Step-by-step explanation:
Character escape sequences are used for processing of special characters that may otherwise be used in a context where those characters are reserved as keywords or carry other symbolic reference. If these are not escaped, the output will not be correct.