InterviewSolution
Saved Bookmarks
| 1. |
In LISP, what is the function (list-length )?(a) returns a new list that is equal to <:list> 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 posed to me in an interview for job.Enquiry is from Facts in chapter Introduction to Artificial Intelligence of Artificial Intelligence |
|
Answer» Correct option is (b) RETURNS the length of |
|