MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements is false? |
| A. | A function is a block of code that performs a specific task |
| B. | Functions allow programmers to break large and complex problems into small and manageable tasks |
| C. | Functions allow programmers to use existing code to perform common tasks |
| D. | Functions can be called, or invoked, only once in a program |
| E. | Programmer-defined functions can be either value-returning or void |
| Answer» E. Programmer-defined functions can be either value-returning or void | |