Solved

If You Want to Pass an Array Element into a Method

Question 17

Multiple Choice

If you want to pass an array element into a method by reference,what will you need to do?


A) It always passes the element as a reference automatically.
B) Use the keyword ByRef
C) Each of the above.
D) None of the above,passing in by reference of an array element is only possible if the array type is a reference type.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions