Computer Science, asked by redneckgal9164, 1 year ago

............... is a self contained block of statements that perform a specific task. Fill in the blank.

Answers

Answered by Satai786
9
a function is a self contained block of statements that perform a specific task. Fill in the blank.
Answered by smartbrainz
4

The function is a "self-contained block of statements" that perform a specific task.

Explanation:

The function is a statement block, which will accept the values as per arguments and even return outcomes towards the calling program.

As a result, it is considered as a self-contained block of statements, which carry out a particular task. This is used to divide a long C program into smaller blocks that could perform a certain task.  

Similar questions