Which one of the following statements about functions is true a. a function can change names over the course of a program. b. code can be added or removed dynamically from a function while the program is running. c. functions can be called using different names depending on where in the program they are called. d. two functions can be given identical names as long as their code is identical. e. two functions in a single program can have different names but contain identical code.

Solved
Show answers

Ask an AI advisor a question