AI MCQ #74: In LISP, what is the function (list-length )?

Q74. In LISP, what is the function (list-length )?

  • a) returns a new list that is equal to &lt:list> by copying the top-level element of
  • b) returns the length of
  • c) returns t if is empty
  • d) all of the mentioned

✅ Correct Answer: B) returns the length of

Explanation: No explanation provided.