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:

Verified
Correct Answer:
Verified
Q4: Which of the following code segments displays
Q5: Which statement is the best solution for
Q6: Which of the following could be used
Q7: Parallel arrays have all of the following
Q8: Which of the following statements defines a
Q10: Which of the following declares an array
Q11: Which of the following allows an application
Q12: This property of a control allows it
Q13: When changing the number of elements in
Q14: Which type of loop is designed specifically