You are not logged in.

#1 2017-07-31 06:58:10

Ibraheem
Webmaster
From: Capital
Registered: 2012-03-16
Posts: 23,140
Website

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";

2017-07-31 06:58:10

Advertisement
Ads By Google

Re: C / C++ Programming Language Quiz Question.



\n

Board footer