Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 2 (Q.No. 38)
38.
Which of the following statements will display the word "Hello" on the computer screen?
cin << "Hello";
cin >> "Hello";
cout << "Hello";
cout >> "Hello";
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.