InterviewSolution
Saved Bookmarks
| 1. |
Which of the following function returns t if the object is a number in LISP?(a) (number )(b) (numberp )(c) (numericp )(d) (numeric )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 |
| Answer» RIGHT answer is (b) (numberp | |