Vidyalelo
Computer Science · Q320

Artificial Intelligence

Engineering and GATE · Computer Science · question 320

Q320

In LISP, the function returns t if is a CONS cell and nil otherwise __________

A.
(cons <object>)
B.
(consp <object>)
Answer
C.
(eq <object>)
D.
(cous = <object>)

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board