Vidyalelo
Computer Science · Q87

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 87

Q87

Which of the following statements will display the word "Hello" on the computer screen?

A.
cin << "Hello";
B.
cin >> "Hello";
C.
cout << "Hello";
Answer
D.
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