Q. What is function? (Solved)
1. function is a block of statements that perform some specific task.
2. function is the fundamental modular unit. a function is usually designed to perform a specific task.
3. function is a block of code that performs a specific task. it has a name and it is reusable
4. all the above
- d. all the above