Identify the correct concept described as: a reusable block of code that performs a specific task and can be called with different inputs.
- A. Pointer
- B. Compilation
- C. Function ✓
- D. Interpretation
Correct answer
C. Function
Explanation
Function refers to a reusable block of code that performs a specific task and can be called with different inputs.