Exercise: Object Oriented Programming Using Cpp

Questions for: Object Oriented Programming Using Cpp

A function stub typically contains
A:
the function header
B:
the function braces
C:
the return statement, if it's value- returning function
D:
a display message
Answer: E
No answer description is available. Let's discuss.
Which of the following is false?
A:
Data stored in an array can be accessed faster than data stored in a disk file
B:
Data stored in an array needs to be entered only once, typically at the beginning of the program
C:
Arrays allow the programmer to store information in the computer's internal memory
D:
When using arrays, you will have fewer variable names to remember
Answer: E
No answer description is available. Let's discuss.
The outline or the definition of a function is called its
A:
beta test
B:
forerunner
C:
outline
D:
prototype
Answer: D
No answer description is available. Let's discuss.
_____ variables remain in memory until the program ends
A:
Area
B:
Global
C:
Local
D:
Reference
Answer: B
No answer description is available. Let's discuss.
A 'C function does not contain
A:
a function header
B:
argument declarations
C:
other 'C' functions
D:
function body
Answer: C
No answer description is available. Let's discuss.
Ad Slot (Above Pagination)
Quiz