1.

In LISP, the function (copy-list <list>)

A. returns a new list that is equal to &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» B. returns the length of &lt;list&gt;


Discussion

No Comment Found