Multiple Choice
To pass a variable by value, you include the keyword ____ before the name of its corresponding parameter in the procedure's parameterList.
A) ByRef
B) ByVal
C) ByValue
D) ByName
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: You can use the _ function to
Q22: When you pass a variable by value,
Q23: What is the TryCast operator use for?
Q24: The rules for naming an independent Sub
Q25: Unlike a Sub procedure header, a function's
Q27: The last statement in a function is
Q28: A(n) _ Sub procedure is processed only
Q29: You pass a variable by _ when
Q30: A(n) _ procedure returns a value after
Q31: What are the rules for naming an