(cons <object>)
(consp <object>)
(eq <object>)
(cous = <object>)
Answer is Right!
Answer is Wrong!
The correct answer is B. (consp
A CONS cell is a data structure in Lisp that consists of two pointers, a car and a cdr. The car pointer points to an object, and the cdr pointer points to another CONS cell or nil. The function (consp
The function (cons
The function (eq
The function (cous =