Home »
MCQs »
Oracle MCQs »
Oracle Procedure MCQs
A subprogram receives an initial value from ____ and a value that has been updated from the caller
7. A subprogram receives an initial value from ____ and a value that has been updated from the caller.
- IN IN
- OUT OUT
- IN OUT
- None
Answer: C) IN OUT
Explanation:
A subprogram receives an initial value from IN OUT and a value that has been updated from the caller.