MCQOPTIONS
Saved Bookmarks
| 1. |
What is function? |
| A. | function is a block of statements that perform some specific task. |
| B. | function is the fundamental modular unit. a function is usually designed to perform a specific task. |
| C. | function is a block of code that performs a specific task. it has a name and it is reusable |
| D. | all the above |
| Answer» E. | |