Computer Science, asked by padmashreemahadik, 14 hours ago

the input of a procedure are known as

Answers

Answered by ramkumarverma6260
0

Answer:

The input of a procedure are known as 'parameters'.

Answered by presentmoment
0

The input of a procedure is known as parameters/arguments.

Explanation: In programming, procedures are the set of instructions that are used to organize our program and resues the same block of statements again and again. Procedures take parameters in the form of input.

  • A procedure may not have any arguments, or it can take more than one argument.
  • Parameters are also called arguments.

There are two types of arguments that a procedure takes. The First is formal, and the other is the actual parameter.  Parameters are passed to the procedure to change the output of the program.

Similar questions