Q. Explain Passing Parameters in General Memory?
The parameters can be passed in the memory too. In such a technique name of the memory location is used as a parameter. The results can also be returned in same variables. This scheme has a severe limitation. Which is that you will be forced to use same memory variable with that procedure. What are the consequences of this bound? Well in the illustration above we will be bound that variable BCD should comprise the input. This procedure can't be used for a value stored in any other location. So it's a very restrictive method of procedural call.