Q. What is the default return value of a function that doesn't explicitly return anything?
β
Correct Answer: (C)
None
Explanation: If no return statement is used, the function returns `None`.