Question

Which of the following is not a syntax error?
a. std::cout << 'Hello world! ';
b. std::cout << "Helloworld! ";
c. std::cout << "Hello world! ";
d. std::cout << Hello world!;

Answer

This answer is hidden. It contains 33 characters.