1.

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>)
Answer» C. (numericp <object>)


Discussion

No Comment Found