Exercise: Object Oriented Programming Using Cpp

Questions for: Object Oriented Programming Using Cpp

An unsigned double type of data
A:
can have only positive values
B:
does not exist
C:
is always less than 1010
D:
can have only negative values
Answer: A
No answer description is available. Let's discuss.
The measure of how well the operations in a function relate to one another is _____
A:
coupling
B:
cohesion
C:
adhesion
D:
conversion
Answer: B
No answer description is available. Let's discuss.
The general form of do-while statement is
A:
do expression while statement;
B:
do while expression;
C:
do statement while (expression);
D:
do statement while statement;
Answer: C
No answer description is available. Let's discuss.
Variables that hold memory addresses are called _____
A:
subscripts
B:
holders
C:
pointers
D:
indicators
Answer: C
No answer description is available. Let's discuss.
When the function char someFunction(int x) is executed,
A:
it will throw nothing
B:
it will throw an integer
C:
it will throw a character
D:
it may or may not throw anything
Answer: D
No answer description is available. Let's discuss.
Ad Slot (Above Pagination)
Quiz