Which Of The Following Statement Is True #558
Which of the following statement is true?
This multiple choice question (MCQ) is related to the book/course
gs gs115 Structured Query Language.
It can also be found in
gs gs115 PL/SQL Procedures, Functions and Cursors - PL/SQL Function - Quiz No.1.
Which of the following statement is true?
Actual and Formal arguments must have same names
Actual and Formal arguments must have different names
Actual parameters are declared in the calling environment and Formal parameters are declared in the function
Formal parameters are declared in the calling environment and Actual parameters are declared in the function