Multiple Choice
A void function is one that
A) has an empty function body.
B) is never called.
C) returns no value.
D) has no parameters.
E) returns a zero.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: When used as a parameter, a _
Q16: When only a copy of an argument
Q17: A _ variable is defined inside the
Q18: The value in _ local variable is
Q19: A function _ eliminates the need to
Q21: Breaking a program up into a set
Q22: A function with a return type of
Q23: A function other than the main function
Q24: If a function has no return statement,
Q25: You may use the exit() function to