The syntax of the Call statement is ____.

A. Call procedureName([argumentList])
B. Call procedureName{[parameterList]}
C. Call procedureName([argumentList], dataType)
D. Call procedureName([argumentList]) As dataType

Answer: A

Computer Science & Information Technology

You might also like to view...

If you were creating your own dialog box, which of the following features would be most appropriate beside Number of copies within a Print dialog box?

A) Spin arrow B) Text box C) Check box D) Option button

Computer Science & Information Technology

_____________________ is the process of finding a designated target element within a group of items.

a) Sorting b) Searching c) Recursing d) Helping e) none of the above

Computer Science & Information Technology