Solved

Which of the Following Is a Valid Header for a Procedure

Question 24

Multiple Choice

Which of the following is a valid header for a procedure that receives the address of a string variable and the address of an integer?


A) Private Sub GetInfo(ByRef strName As String, ByRef intAge As Integer)
B) Private Sub GetInfo(ByRef strName, ByRef intAge)
C) Private Sub GetInfo(ByVal strName As String, ByVal intAge As Integer)
D) Private Sub GetInfo(ByVal strName, ByVal intAge)

Correct Answer:

verifed

Verified

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

Related Questions