Question: What is wrong with this function definition?
- `name` is a reserved word.
- Underscores are not allowed in function names.
- A non-default argument follows a default argument.
- There is nothing wrong with this function definition.
Answer: The correct answer of the above question is Option C:A non-default argument follows a default argument.