Actual Parameters are variables or expressions passed from calling subprogram - PL/SQL Subprograms

Q.  The variables or expressions passed from the calling subprogram are -
- Published on 19 Oct 15

a. Actual Parameters
b. Formal Parameters
c. Both A & B
d. None of the above

ANSWER: Actual Parameters
 
Variables which are declared in a subprogram specified and referred to in the subprogram body are formal parameters.
Variables or the expressions which are passed from the calling subprograms are actual parameters.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)