Home / CSE / Artificial Intelligence :: Discussion

Discussion :: Artificial Intelligence

  1. In LISP, the function returns t if <object> is a CONS cell and nil otherwise:

  2. A.
    (cons <object>)
    B.
    (consp <object>)
    C.
    (eq <object>)
    D.
    (cous = <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