InterviewSolution
Saved Bookmarks
| 1. |
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 |
|
Answer» The CORRECT answer is (b) (consp ) |
|