Q87
Which of the following statements will display the word "Hello" on the computer screen?
A.
cin << "Hello";
B.
cin >> "Hello";
C.
cout << "Hello";
AnswerD.
cout >> "Hello";
E.
None of the above
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board