Computer Science - Object Oriented Programming Using C++

11.
The variables declared in a statement block or listed in a function header's parameterlist are considered _____ variables
area
global
local
reference
value
Answer: Option
Explanation:
No answer description is available. Let's discuss.

12.
An expression
is a collection of data objects and operators that can be evaluated to a single value
is a name that substitutes for a sequence of characters
causes the computer to carry out some action
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

13.
In the C language, the character type of constant is delimited by using
single quotes
double quotes
parenthesis
#
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

14.
One way in which a structure differs from an array is that _____
a structure may have members of more than one type
a structure must have members that; are all the same type
art array may have members of more than one type
there is no difference between a structure and an array
Answer: Option
Explanation:
No answer description is available. Let's discuss.

15.
A default constructor _____
takes no arguments
has default values for all its arguments
either (a) or (b)
neither (a) nor (b).
Answer: Option
Explanation:
No answer description is available. Let's discuss.