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 of the above
Correct Answer: All of the above