+1 vote
in Artificial Intelligence by
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

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
The correct answer is (b) (consp )

The best I can explain: None.
...