Which of the following function returns t if the object is a number in LISP?
(a) (number <object>)
(b) (numberp <object>)
(c) (numericp <object>)
(d) (numeric <object>)
This question was posed to me in an interview for job.
My doubt is from LISP Programming topic in chapter LISP Programming of Artificial Intelligence