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:

Verified
Correct Answer:
Verified
Related Questions
Q28: Which of the following statements about regular
Q29: C++11 enables you to define functions and
Q30: The _ operator is particularly useful when
Q31: Which of the following statements is false?<br>A)
Q32: The _ multithreading header contains classes, a
Q34: Which of the following statements about regular
Q35: Which of the following statements is false?<br>A)
Q36: A copy constructor, a destructor and an
Q37: If the initializer for a const variable
Q38: An rvalue reference is declared as _