Answer: False
Explanation: A string literal can only continue when:
-the new line character is included between the double quotes, then it is included as part of the string.
-escaping the newline character with the backslash will cause it to be ignored.
-two strings appear adjacent to one another, C will automatically concatenate them into a single string.