Answer:
The question is incomplete as it does not contain options. Here are the options;
A) call
B) prototype
C) define
D) declare
E) None of these
The correct answer is A.
Step-by-step explanation:
In Programming, the collection of statements that performs a specific task is known as Function and when a Function is called it becomes fully executed. Functions are of utmost importance because it can be used more than once for the same purpose when invoked.
When a Function is called it is a separate way of notifying it to re-run its codes to either function for a different or the same purpose.