1.

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

A. (cons <object>)
B. (consp <object>)
C. (eq <object>)
D. (cous = <object>)
E. None of the above
Answer» C. (eq <object>)


Discussion

No Comment Found

Related MCQs