Multiple Choice
Which statement is true in regard to passing an argument by value to a procedure?
A) A copy of the argument is passed to the procedure.
B) A reference to the argument is passed to the procedure.
C) The procedure has access to the original argument and can make changes to it.
D) A procedure's parameter list need not agree with the arguments provided to the procedure.
Correct Answer:

Verified
Correct Answer:
Verified
Q5: A procedure may not be accessed by
Q6: What is the syntax error in the
Q7: All of the following are true about
Q8: Which of the following code examples is
Q9: Which of the following calls to the
Q11: What is the value of intTotal after
Q12: If you do not provide an access
Q13: Which of the following functions accepts a
Q14: Which of the following procedure declarations matches
Q15: What is assigned to <b>lblDisplay.Text</b> when the