Object Oriented Programming Using C Plus Plus - Study Mode
[#141] The arguments that determine the state of the cout object are called _____
Correct Answer
(C) format flags
[#142] The variables declared in a statement block or listed in a function header's parameterlist are considered _____ variables
Correct Answer
(C) local
[#143] An expression
Correct Answer
(A) is a collection of data objects and operators that can be evaluated to a single value
[#144] In the C language, the character type of constant is delimited by using
Correct Answer
(A) single quotes
[#145] To create a template class, you begin with _________
Correct Answer
(A) the template definition