1
6.6kviews
Explain various techniques used to pass parameter to the subroutine.
1 Answer
0
125views
  1. Procedures are written to process data or address variables from the main program.
  2. To achieve this, it is necessary to pass the information about address, variables or data. This technique is called as parameter passing.
  3. The four major ways of passing parameters to and from a procedure are: -
  4. Passing …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.