Object Oriented Programming Using C Plus Plus - Study Mode
[#221] Format flags may be combined using
Correct Answer
(A) the bitwise OR operator (|)
[#222] To expose a data member to the program, you must declare the data member in the _____ section of the class
Correct Answer
(C) public
[#223] Evaluate the following expression: 3 >6&&7>4
Correct Answer
(B) False
[#224] Which of the following are valid characters for a numeric literal constant?
Correct Answer
a comma
[#225] A function that changes the state of the cout object is called a(n) _____
Correct Answer
(C) manipulator