Multiple Choice
You use the ____ section of the function's header to specify the data type of the value returned by the function.
A) Like
B) Dim
C) Type
D) As dataType
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: When changing the Sub keyword in a
Q16: After creating a function, you can invoke
Q17: A(n) _ procedure does not return a
Q18: The statement that invokes a function will
Q19: Allowing more than one procedure to change
Q21: Most programmers pass a variable by reference
Q22: If the function returns a Double number,
Q23: Function procedures are referred to more simply
Q24: You invoke a function that you create
Q25: The header and footer in a function