Programming Languages Python Objective
Mar 08, 2013

What happens when a parameter in a procedure is declared ByVal?

Choose the correct answer:
A) Only arguments of numeric data types are allowed.
B) A reference to the argument is sent to the procedure.
C) A copy of the argument is sent to the procedure.
D) All of the above
Detailed Explanation

Option C is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback