You are not logged in.
- Topics: Active | Unanswered
Pages:: 1
#1 2017-07-31 06:58:10
C / C++ Programming Language Quiz Question.
Programming Languages Quizzes C / C++ Programming Language
Question:
Which of the following statements will display the word "Hello" on the computer screen?
Option A):
cin << "Hello";
Option B):
cin >> "Hello";
Option C):
cout >> "Hello";
Option D):
cout << "Hello";
Correct Answer is Option D):
cout << "Hello";
Offline
2017-07-31 06:58:10
- Advertisement
- Ads By Google
Re: C / C++ Programming Language Quiz Question.
\n