* (mapcar #'oddp '(1 2 3))"/>
Home / CSE MCQs / LISP :: Discussion

Discussion :: LISP

  1. What is the output of the following statement?

    span class="sy0"> * (mapcar #'oddp '(1 2 3))
  2. A.
    T NIL
    B.
    NIL
    C.
    T
    D.
    T NIL T

    View Answer

    Workspace

    Answer : Option D

    Explanation :



Be The First To Comment