Solved

Which of the Following Statements About Raw String Literals Is

Question 48

Multiple Choice

Which of the following statements about raw string literals is false.


A) Raw string literals are restricted to use with regular expressions.
B) Raw string literals may be used in any context that requires a string literal.
C) Raw string literals may include line breaks, in which case the compiler inserts \n escape sequences.
D) None of the above is false.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions