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

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.

Step by Step Solution

3.41 Rating (167 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

c Private ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Microsoft Visual Basic Questions!