159k views
3 votes
Why procedures are used and what must be the lastexecutable instruction in a

procedure?

User Jihan
by
6.8k points

1 Answer

4 votes

Answer:

Procedure are used to create and modifying the programs. Basically, it is grouping of instruction that can be used give direction of the flow of program. Control are given to the next term once the execution of the instruction get over. The steps of procedure are:

procedure are first executed the declaration instruction and then coding the procedure, then it will return to the directories and the last executable instruction is the termination of procedure.

User Idbrii
by
6.8k points