Programming Concepts

Identify the correct concept described as: a reusable block of code that performs a specific task and can be called with different inputs.

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.