Object Oriented Programming Using C Plus Plus - Study Mode
[#196] A constructor initialization list produces similar results to
Correct Answer
(B) assignment
[#197] Which of the following stream manipulators advances the cursor to the next line on the computer screen?
Correct Answer
(D) endl
[#198] 6.5 is a _____ constant
Correct Answer
(C) numeric literal
[#199] When the compiler cannot differentiate between two overloaded constructors, they are called
Correct Answer
(C) ambiguous
[#200] Some Streams work with input, and some with output
Correct Answer
(A) True