Which of the following will properly encode the string "\w\\\t" into variable s?

a. s = "\w\\\t";
b. s = R"(\w\\\t)";
c. s = "\\w\\\\\\t";
d. s = "/w///t";

b and c (b requires C++11)

Computer Science & Information Technology

You might also like to view...

The Text Box button is located in the ________ group on the Layout tab

Fill in the blank(s) with correct word

Computer Science & Information Technology

The Pen Weight for drawing borders is measured in ________

Fill in the blank(s) with correct word

Computer Science & Information Technology