Solved

Which of the Following Is the Correct Definition for a Procedure

Question 9

Multiple Choice

Which of the following is the correct definition for a procedure that accepts a String array as an argument?


A) Private Sub ArrayParam(ByVal strStudents As String)
B) Public Sub ArrayParam(ByVal strStudents() )
C) Sub ArrayParam(ByVal strStudents() As String)
D) Private Sub ArrayParam(ByRef strStudents As String)

Correct Answer:

verifed

Verified

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

Related Questions