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)
Answer: A
You might also like to view...
When working with a group of objects, formatting is only applied to the object with the solid border
Indicate whether the statement is true or false
How can you make clips offline?
What will be an ideal response?
Identify the letter of the choice that best matches the phrase or definition.
A. Locks columns and rows to keep them visible B. Divides the worksheet into two panes C. Screens data to only display data that meets certain criteria D. Rearranges data in as many as three different columns E. Doing this enables you to focus on a particular range of data
The binary tree traversal operations are different than the ones for binary trees.
Answer the following statement true (T) or false (F)