Q. 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) all the above