Which of the following is a reusable block of code that performs a particular task ?(a) Array (b) Code (c) Program (d) Function
Answers
Answered by
9
The reusable block of code that performs a particular task in coding is known as function.
These functions are used again and again and thus provides a great convenience as you won't need to write the same code again and again but could execute the same task by calling the function and providing the parameters if there is any.
Answered by
0
Answer:
(d) Function.
Explanation:
A reusable block of what that perform a particular task in coding is function.
Similar questions