Q. What does the function is_numeric() return for '123'?
β
Correct Answer: (A)
true
Explanation: '123' is numeric, so is_numeric() returns true.