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...

Conditional formatting allows you to apply all of the following formatting characteristics EXCEPT ________

A) font color B) font style C) theme D) font size

Computer Science & Information Technology

Which of the following mail clients is designed exclusively for the Macintosh platform?

a. Eudora b. Outlook c. Thunderbird d. Entourage

Computer Science & Information Technology