Home / CSE / Artificial Intelligence :: Discussion

Discussion :: Artificial Intelligence

  1. Which of the following function returns t If the object is a symbol m LISP?

  2. A.
    (* <object>)
    B.
    (symbolp <object>)
    C.
    (nonnumeric <object>)
    D.
    (constantp <object>)
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment