Physics, asked by 2005a41135, 2 months ago


A function is a subroutine that may
include one or more designed
to perform a specific task.​

Answers

Answered by kashvichaurasia819
2

Answer:

A Function is a subroutine that may include one or more statements designed to perform a specific task

Answered by mariospartan
0

The answer is as follows:

Explanation:

  • This unit can then be used in applications where that specific task needs to be completed.
  • Subroutines can be defined either within programmes or in libraries that are shared by several programmes.
  • A subroutine is also known as a routine, subprogram, function, method, or procedure in different programming languages.
  • Subroutines and functions are similar in many ways.
  • They are, nevertheless, distinct in a few key ways, such as how to call them and how they return values.
  • To call a subroutine, type CALL followed by the name of the subroutine (label or programme member name).
Similar questions