in Artificial Intelligence by
Q:
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.

Related questions

+2 votes
asked Oct 22, 2021 in Artificial Intelligence by DavidAnderson
0 votes
asked Nov 1, 2021 in Artificial Intelligence by DavidAnderson
+1 vote
asked Oct 23, 2021 in Artificial Intelligence by DavidAnderson
0 votes
asked Oct 20, 2021 in Artificial Intelligence by DavidAnderson
...