1.

In LISP, the function returns t if <object> is a CONS cell and nil otherwise

A. (cons &ltobject&gt)
B. (consp &ltobject&gt)
C. (eq &ltobject&gt)
D. (cous = &ltobject&gt)
Answer» C. (eq &ltobject&gt)


Discussion

No Comment Found