Multiple Choice
An example of a use of cout is ____.
A) cout >> "Hello World";
B) cout -> "Hello World";
C) cout << "Hello World";
D) cout < "Hello World";
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: A parent class is also called a
Q32: The header files in C++ are different
Q33: You can use _ for standard output
Q34: C was created from C++.
Q35: The three features required for an object-oriented
Q37: printf("Enter the price: "); can be written
Q38: C++ allows the use of references for
Q39: Many introductory C++ courses are taught using
Q40: scanf("%lf", &price); can be written in C++
Q41: When using inheritance, the initial class is