Solved

Which of the Following Statements Would Display the Phrase C

Question 18

Multiple Choice

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;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions