1.

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

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


Discussion

No Comment Found