InterviewSolution
Saved Bookmarks
| 1. |
In LISP, the function returns the list that results after the first element is removed (the rest f the list), is __________(a) car(b) last(c) cons(d) cdrThe question was asked during a job interview.Enquiry is from History in portion Introduction to Artificial Intelligence of Artificial Intelligence |
|
Answer» RIGHT OPTION is (d) cdr To EXPLAIN: NONE. |
|