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)
c. Sub ArrayParam(ByVal strStudents() As String)
Computer Science & Information Technology
You might also like to view...
Which of the following is not included in
a) pow b) floor c) ln (d) log10
Computer Science & Information Technology
To repair an image you might take a sample and then paint that sample over an area using the Smudge tool.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology