+1 vote
in Artificial Intelligence by
Which of the following function returns t If the object is a symbol m LISP?

(a) (* <object>)

(b) (symbolp <object>)

(c) (nonnumeric <object>)

(d) (constantp <object>)

This question was posed to me in an online quiz.

The above asked question is from Facts topic in section Introduction to Artificial Intelligence 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
Right choice is (b) (symbolp <object>)

The best I can explain: None.

Related questions

+1 vote
asked Dec 6, 2021 in Artificial Intelligence by DavidAnderson
+1 vote
asked Oct 26, 2021 in Artificial Intelligence by DavidAnderson
...