Examveda
Examveda

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

A. cin << "Hello";

B. cin >> "Hello";

C. cout << "Hello";

D. cout >> "Hello";

E. None of the above

Answer: Option C


Join The Discussion

Related Questions on Object Oriented Programming Using C Plus Plus

A default catch block catches

A. all thrown objects

B. no thrown objects

C. any thrown object that has not been caught by an earlier catch block

D. all thrown objects that have been caught by an earlier catch block