Multiple Choice
A simplified version of a function which is used to test the main program is called
A) A stub
B) Abstraction
C) Polymorphism
D) A driver
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: Given the following function definition fragment, for
Q19: Functions can return at most one value.
Q20: When a void function is called, it
Q21: The values or variables listed in the
Q22: What is wrong with the following function
Q24: Given the following function definitions and program
Q25: What is the correct way to call
Q26: A stub is a function that is
Q27: It is acceptable to have both call-by-value
Q28: What is the output of the following