Ask Question
1 March, 03:52

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

+1
Answers (1)
  1. 1 March, 04:11
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers