adplus-dvertising
frame-decoration

Question

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>)

Answer: (b).(consp <object>)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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