Q. What will happen if a return statement does not have an associated expression?
β
Correct Answer: (C)
It returns the undefined value
Explanation: If the return statement does not have an associated expression, it returns the undefined value.