Q. What is the default return value of a function that does not return anything explicitly?
β
Correct Answer: (C)
None
Explanation: Functions without an explicit return statement return None by default.