* (setf pairs '((maple shade) (apple fruit)))* (member '(maple shade) pairs)"/>
Home / CSE MCQs / LISP :: Discussion

Discussion :: LISP

  1. What is the output of the given statement?

    span class="sy0"> * (setf pairs '((maple shade) (apple fruit)))
    * (member '(maple shade) pairs)
  2. A.
    Shade
    B.
    Maple
    C.
    T
    D.
    Nil

    View Answer

    Workspace

    Answer : Option D

    Explanation :



Be The First To Comment