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

This question was posed to me in an international level competition.

I want to ask this question from Robotics in chapter Communicating, Perceiving and Acting 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 choice is (b) (consp <object>)

The best explanation: None.
...