is treated as the string literal

The raw string literal
R"(multiple
lines
of
text)"
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

c. "multiple\nlines\nof\ntext"

Computer Science & Information Technology

You might also like to view...

Explain why a class might provide a set function and a get function for a data member.

What will be an ideal response?

Computer Science & Information Technology

The flowchart segment in the accompanying figure depicts a ____.

A. sequence structure contained in a repetition structure B. dual-outcome selection structure C. repetition structure D. single-outcome selection structure

Computer Science & Information Technology