(Choose 1 answer)
What happens if a user-defined function is missing the return statement?
A. The function returns an error.
B. The function returns the first evaluated expression it encounters and then immediately exits the function.
C. The function returns the last evaluated expression in the function.
D. The function returns a NULL value.