InterviewSolution
Saved Bookmarks
| 1. |
In LISP, the function (copy-list )(a) returns a new list that is equal to by copying the top-level element of (b) returns the length of (c) returns t if is empty(d) all of the mentionedThis question was addressed to me during an interview for a job.The query is from History in division Introduction to Artificial Intelligence of Artificial Intelligence |
|
Answer» The correct choice is (a) returns a NEW LIST that is equal to |
|