adplus-dvertising
frame-decoration

Question

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.

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.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following is false?