Ask Question
8 April, 15:11

True or False? A literal string can continue onto more than one line, as long as it is enclosed in double quotes.

+4
Answers (1)
  1. 8 April, 17:27
    0
    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.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “True or False? A literal string can continue onto more than one line, as long as it is enclosed in double quotes. ...” in 📙 Social Studies if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers