Solved

The Raw String Literal R"(multiple

Question 33

Multiple Choice

The raw string literal R"(multiple
Lines
Of
Text) "
Is treated as the string literal


A) "multiple\rlines\rof\rtext"
B) "multiple lines of text"
C) "multiple\nlines\nof\ntext"
D) raw string literals may not be treated as string literals

Correct Answer:

verifed

Verified

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

Related Questions