1.

In LISP, the function returns t if is a CONS cell and nil otherwise ________(a) (cons )(b) (consp )(c) (eq )(d) (cous =)This question was posed to me in my homework.My question comes from LISP Programming in section LISP Programming of Artificial Intelligence

Answer»

The CORRECT answer is (b) (consp )

The best I can EXPLAIN: NONE.



Discussion

No Comment Found

Related InterviewSolutions