Computer Science, asked by bhumikhokhani8640, 9 months ago

Which is a self -contained block or a sub program that performs a special task?

Answers

Answered by pranavyeola785
2

Answer:

function is a sub program which performs specific task

Answered by AskewTronics
0

Function :

Explanation:

  • The function is used in the programming language, while the user is creating any software or any application program.
  • This contains a block that decides the scope of its. In that block, there are so many lines of steps which are used to perform some special task.
  • Some are predefined which is defined by the compiler of that language and some are user-defined which is defined by the programmer of that program.
  • For example, printf is a function that is a type of predefined and which is used to print the output in the c language program.
  • The above question asked about the above concept which is written for the function. hence function is the correct answer.

Learn More :

  • Function : https://brainly.in/question/11714078
Similar questions