Multiple Choice
Two or more functions may have the same name provided that
A) they do different things.
B) one has a prototype and the other doesn't.
C) their parameter lists are different.
D) their return types are different.
E) either C or D is True.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: A _ variable is declared outside all
Q31: Both function headers and function calls must
Q32: A function can have zero to many
Q33: Although global variables can be useful, it
Q34: When a function just needs to use
Q35: A _ is a program module whose
Q36: In a function header, in addition to
Q37: A void function is one that<br>A) does
Q39: Functions are ideal for use in menu-drive
Q40: A function can have _ parameters, and