Which of the following statements would display the phrase C++ is fun?

a. std::cout <<"Thisis fun\rC++";
b. std::cout <<'++ is fun";
c. std::cout <<"'\"C++ is fun\"";
d. std::cout << C++ is fun;

a. std::cout <<"Thisis fun\rC++";

Computer Science & Information Technology

You might also like to view...

You can format one shape, set the format as default, and then insert new shapes with this format

Indicate whether the statement is true or false

Computer Science & Information Technology

The other classes or functions that use a certain class are referred to as its:

a. Clients. b. Data members. c. Member functions. d. Methods.

Computer Science & Information Technology