Multiple Choice
Which is the output of the following statements? std::cout << "Hello ";
Std::cout << "World";
A) Hello World
B) World Hello
C) Hello World.
D) World Hello.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: Which of the following is the escape
Q11: Which of the following does not cause
Q12: Which of the following uses C++11's list
Q14: The escape sequence for a newline is:<br>A)
Q15: Which of the following is not a
Q17: Which of the following is not a
Q18: Which of the following statements would display
Q19: Which of the following statements could potentially
Q20: What will be the output after the
Q21: Which of the following code segments prints