Q. Which of the following is false?
-
(A)
The sequence of the arguments listed in the Call statement should agree with the sequence of the parameters listed in the receiving procedure's header.
-
(B)
The data type of each argument in the Call statement should match the data type of its corresponding parameter in the procedure header.
-
(C)
The name of each argument in the Call statement should be identical to the name of its corresponding parameter in the procedure header.
-
(D)
When you pass information to a procedure by value, the procedure stores a copy of each value it receives in a separate memory location.
β
Correct Answer: (C)
The name of each argument in the Call statement should be identical to the name of its corresponding parameter in the procedure header.