InterviewSolution
Saved Bookmarks
| 1. |
Which of the following function returns t If the object is a symbol m LISP?(a) (* )(b) (symbolp )(c) (nonnumeric )(d) (constantp )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 |
|
Answer» Right choice is (B) (symbolp |
|