1.

In LISP, what is the function (list-length <list>)?

A. returns a new list that is equal to &amp;lt:list&gt; by copying the top-level element of &lt;list&gt;
B. returns the length of &lt;list&gt;
C. returns t if &lt;list&gt; is empty
D. all of the mentioned
Answer» C. returns t if &lt;list&gt; is empty


Discussion

No Comment Found