Computer Science, asked by nidhijainky, 1 month ago

5.
What is a readymade program, which can be used anywhere in the program, called?
(@) Program
(b) Letter
(c) Function
(d) None of these​

Answers

Answered by Arnav216
0

Answer:

program or function

Explanation:

the answer depends between these two on the application you are working on

Answered by anjalin
1

A Function is a readymade program, which can be used anywhere in the program.

Explanation:

  • A function is just a “chunk” of code that you simply will use over and once again, instead of writing it out multiple times.
  • Functions modify programmers to interrupt down or decompose problems into smaller chunks, every of that performs a specific task.
  • Once a function is formed, the main points of how it works will nearly be forgotten. during this means the detail is abstracted, permitting the computer programmer to target the larger picture.
  • Once a computer programmer defines a function, they will then decide it whenever they have it, merely using its name. additionally, to figure, the perform can most likely need some inputs or parameters, that is given to the performance when it's called.

Hence, A Function is a readymade program, which can be used anywhere in the program.

Similar questions