Multiple Choice
In a function, the data type of the expression in the Return statement must agree with the data type specified in the ____ section of the header.
A) Type As dataType
B) Return As dataType
C) As dataType (Return)
D) As dataType
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: If the function returns a string, you
Q2: As is true with a Sub procedure,
Q4: You know that a variable is passed
Q5: A(n) _ procedure returns a value after
Q6: Like sub procedure names, function names typically
Q7: A _ under a variable in the
Q8: The function's header and footer contain the
Q9: A _'s header includes the As dataType
Q10: Fewer unintentional errors occur in applications when
Q11: A Sub procedure's header includes the As