Which of the following is a valid header for a procedure that receives a copy of the

Question:

Which of the following is a valid header for a procedure that receives a copy of the value stored in a String variable?
a. Private Sub DisplayName(ByCopy strName As String)
b. Private Sub DisplayName ByVal(strName As String)
c. Private Sub DisplayName(ByVal strName As String)
d. None of the above.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: