Ask Question

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.

+1
Answers (1)
  1. 29 May, 10:52
    0
    Answer is E

    Explanation:

    Two functions with identical codes can have the same name in any programming language. Any of the functions can be called to do its job with the appropriate name. While this is allowed and you wont get errors, just be careful not to waste memory and have redundant code
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “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 ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers